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