You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing/cypress.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Cypress is a great E2E testing tool. Here are a few great reasons to consider it
10
10
11
11
## Installation
12
12
13
+
> The steps provided in this installation process will give you a nice `e2e` folder that you can use as boiler plate for your organization. You can just copy paste this `e2e` folder into any existing projects that you want to test with cypress.
14
+
13
15
Create an e2e directory and install cypress and its dependencies for TypeScript transpiling:
0 commit comments