From e715e3ed3f86b3dcd532fa3347eedc970bd27ca9 Mon Sep 17 00:00:00 2001 From: CarloMtzMartin <35570588+CarloMtzMartin@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:25:53 -0700 Subject: [PATCH] (#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 --- .../102-automation-frameworks/jasmine.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jasmine.md b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jasmine.md index 49050a4de..568fd8534 100644 --- a/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jasmine.md +++ b/content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/jasmine.md @@ -1 +1,8 @@ -# Jasmine \ No newline at end of file +# 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. + +Free Content +Jasmine's Official Website +Easy and Practical example of Angular testing with Jasmine +Starting with Jasmine from Scratch \ No newline at end of file