mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Add: Cypress (#2092)
Signed-off-by: NaveenKumar Namachivayam ⚡ <catch.nkn@gmail.com> Signed-off-by: NaveenKumar Namachivayam ⚡ <catch.nkn@gmail.com>
This commit is contained in:
committed by
GitHub
parent
971f0255a4
commit
2fc9d19597
@@ -1 +1,8 @@
|
||||
# Cypress
|
||||
# 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.
|
||||
|
||||
<ResourceGroupTitle>Free Resources</ResourceGroupTitle>
|
||||
<BadgeLink colorScheme='blue' badgeText='Website' href='https://www.cypress.io/'>Official Website</BadgeLink>
|
||||
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://docs.cypress.io/guides/overview/why-cypress#Other'>Official Documentation</BadgeLink>
|
||||
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://www.youtube.com/watch?v=7N63cMKosIE'>Cypress End-to-End Testing</BadgeLink>
|
Reference in New Issue
Block a user