From 26737bf8959abe65103d4fd51a74b81b36cdd92b Mon Sep 17 00:00:00 2001 From: Himanshu Soni <98655754+himanshusonixd@users.noreply.github.com> Date: Thu, 17 Feb 2022 20:06:40 +0530 Subject: [PATCH] Add cypress content * Update 102-cypress.md update documentation * Update content/roadmaps/100-frontend/content/115-testing-your-apps/102-cypress.md Co-authored-by: Kamran Ahmed --- .../content/115-testing-your-apps/102-cypress.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/102-cypress.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/102-cypress.md index c881065db..704ea86a7 100644 --- a/content/roadmaps/100-frontend/content/115-testing-your-apps/102-cypress.md +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/102-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