Skip to content

Commit 5a4608d

Browse files
authored
Merge pull request #2 from module-federation/master
Update README.md (#1) (module-federation#3053)
2 parents 88c252f + a7e26ad commit 5a4608d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite-react-simple/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ http://localhost:3000
1313

1414
# Running Cypress E2E Tests
1515

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)
1717

1818
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.
1919

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

Comments
 (0)