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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,11 @@ Cypress is a great E2E testing tool. Here are a few great reasons to consider it
9
9
* Provides the ability to mock out and observe backend XHRs easily without changing your application code (more on this in the tips below).
10
10
11
11
## 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.
12
13
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).
14
15
15
-
Create an e2e directory and install cypressand its dependencies for TypeScript transpiling:
16
+
Create an e2e directory, install cypress, TypeScript and setup the typescript and cypress config files:
0 commit comments