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: vite-react-simple/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ http://localhost:3000
13
13
14
14
# Running Cypress E2E Tests
15
15
16
-
To run tests in interactive mode, run `npm run cypress:debug` from the root directory of the project. It will open Cypress Test Runner and allow to run tests in interactive mode. [More info about "How to run tests"](../../cypress/README.md#how-to-run-tests)
16
+
To run tests in interactive mode, run `npm run cypress:debug` from the root directory of the project. It will open Cypress Test Runner and allow to run tests in interactive mode. [More info about "How to run tests"](../../master/cypress/README.md#how-to-run-tests)
17
17
18
18
To build app and run test in headless mode, run `yarn e2e:ci`. It will build app and run tests for this workspace in headless mode. If tets failed cypress will create `cypress` directory in sample root folder with screenshots and videos.
19
19
20
-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
20
+
[Best Practices, Rules and more interesting information here](../../master/cypress/README.md)
0 commit comments