Skip to content

Commit d267771

Browse files
committed
more cypress docs
1 parent 5615123 commit d267771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/testing/cypress.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Cypress is a great E2E testing tool. Here are a few great reasons to consider it
1010

1111
## Installation
1212

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+
1315
Create an e2e directory and install cypress and its dependencies for TypeScript transpiling:
1416

1517
```sh

0 commit comments

Comments
 (0)