Skip to content

Commit b321222

Browse files
authored
update links after cypress was moved to cypress-e2e (#4348)
1 parent 9b8a7e6 commit b321222

File tree

45 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+92
-92
lines changed

advanced-api/automatic-vendor-sharing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Notice that `app1` will asynchronously load `app2`'s button and vice versa.
2020

2121
# Running Cypress E2E Tests
2222

23-
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)
23+
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-e2e/README.md#how-to-run-tests)
2424

2525
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.
2626

27-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
27+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

advanced-api/dynamic-remotes-runtime-environment-variables/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Run `pnpm start`. This will build and serve both `host` and `remote` on ports 30
1717

1818
# Running Cypress E2E Tests
1919

20-
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)
20+
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-e2e/README.md#how-to-run-tests)
2121

2222
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.
2323

24-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
24+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

advanced-api/dynamic-remotes-synchronous-imports/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Run `pnpm start`. This will build and serve both `app1` and `app2` on ports
1717

1818
# Running Cypress E2E Tests
1919

20-
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)
20+
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-e2e/README.md#how-to-run-tests)
2121

2222
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.
2323

24-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
24+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

advanced-api/dynamic-remotes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ports `3001`, `3002`, and `3003` respectively.
1919

2020
# Running Cypress E2E Tests
2121

22-
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)
22+
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-e2e/README.md#how-to-run-tests)
2323

2424
To build app and run test in headless mode, run `pnpm 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.
2525

26-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
26+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

angular-universal-ssr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ports `4000`, `5000`, respectively.
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"](../../cypress-e2e/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 amd more interesting information here](../../cypress-e2e/README.md)

basic-host-remote/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports
1616

1717
# Running Cypress E2E Tests
1818

19-
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)
19+
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-e2e/README.md#how-to-run-tests)
2020

2121
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.
2222

23-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
23+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

bi-directional/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Notice that `app1` will asynchronously load `app2`'s button and vice versa.
1717

1818
# Running Cypress E2E Tests
1919

20-
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)
20+
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-e2e/README.md#how-to-run-tests)
2121

2222
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.
2323

24-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
24+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

clo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Run `pnpm run start`. This will build and serve both `host` and `remote` on port
1414

1515
# Running Cypress E2E Tests
1616

17-
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)
17+
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-e2e/README.md#how-to-run-tests)
1818

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

21-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
21+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

complete-react-case/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ after all the commands done, open your browser at `http://localhost:3002`, open
3333

3434
# Running Cypress E2E Tests
3535

36-
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)
36+
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-e2e/README.md#how-to-run-tests)
3737

3838
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.
3939

40-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
40+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

comprehensive-demo-react16/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Included apps:
2020

2121
# Running Cypress E2E Tests
2222

23-
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)
23+
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-e2e/README.md#how-to-run-tests)
2424

2525
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.
2626

27-
["Best Practices, Rules amd more interesting information here](../../cypress/README.md)
27+
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)

0 commit comments

Comments
 (0)