From 2fc9d19597729671525a553437d28fc6869f1d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Tue, 4 Oct 2022 07:50:44 -0400 Subject: [PATCH] Add: Cypress (#2092) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: NaveenKumar Namachivayam ⚡ Signed-off-by: NaveenKumar Namachivayam ⚡ --- .../content/111-qa-headless-testing/103-cypress.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/111-qa-headless-testing/103-cypress.md b/content/roadmaps/113-qa/content/111-qa-headless-testing/103-cypress.md index c881065db..cd636d838 100644 --- a/content/roadmaps/113-qa/content/111-qa-headless-testing/103-cypress.md +++ b/content/roadmaps/113-qa/content/111-qa-headless-testing/103-cypress.md @@ -1 +1,8 @@ -# Cypress \ No newline at end of file +# Cypress + +Cypress framework is a JavaScript-based end-to-end testing framework built on top of Mocha – a feature-rich JavaScript test framework running on and in the browser, making asynchronous testing simple and convenient. It also uses a BDD/TDD assertion library and a browser to pair with any JavaScript testing framework. + +Free Resources +Official Website +Official Documentation +Cypress End-to-End Testing \ No newline at end of file