Skip to content

Commit 1a85c1f

Browse files
authored
Update cypress.md
1 parent 662e761 commit 1a85c1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/testing/cypress.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Cypress is a great E2E testing tool. Here are a few great reasons to consider it
99
* Provides the ability to mock out and observe backend XHRs easily without changing your application code (more on this in the tips below).
1010

1111
## Installation
12+
The steps provided in this installation process will give you a nice `e2e` folder that you can copy/paste or as boiler plate for your organization.
1213

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+
> Same steps presented in a video format over at my [youtube channel](https://www.youtube.com/watch?v=n3SvvZSWwfM).
1415
15-
Create an e2e directory and install cypress and its dependencies for TypeScript transpiling:
16+
Create an e2e directory, install cypress, TypeScript and setup the typescript and cypress config files:
1617

1718
```sh
1819
mkdir e2e

0 commit comments

Comments
 (0)