* (#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>pull/2109/head
parent
9c2062e82c
commit
e715e3ed3f
1 changed files with 8 additions and 1 deletions
@ -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> |
Loading…
Reference in new issue