1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

(#1840) Add basic content for QA-Automation-Jasmine. (#2045)

* (#1840) Add basic content for QA-Automation-Jasmine.

* feat(*): Added an additional great tutorial for Jasmine.

Co-authored-by: Carlo Martin <carlocarlo.mtz.martin@gmail.com>
This commit is contained in:
CarloMtzMartin
2022-10-04 06:25:53 -07:00
committed by GitHub
parent 9c2062e82c
commit e715e3ed3f

View File

@@ -1 +1,8 @@
# Jasmine
# Jasmine
Jasmine is a very popular JavaScript BDD (behavior-driven development) framework for unit testing JavaScript applications. It provides utilities that can be used to run automated tests for both synchronous and asynchronous code. It does not depend on any other JavaScript frameworks. It does not require a DOM.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://jasmine.github.io/'>Jasmine's Official Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://semaphoreci.com/community/tutorials/testing-components-in-angular-2-with-jasmine'>Easy and Practical example of Angular testing with Jasmine</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.testim.io/blog/jasmine-js-a-from-scratch-tutorial-to-start-testing'>Starting with Jasmine from Scratch</BadgeLink>