diff --git a/advanced-api/automatic-vendor-sharing/README.md b/advanced-api/automatic-vendor-sharing/README.md index d78e56a9ad..784a9283a8 100644 --- a/advanced-api/automatic-vendor-sharing/README.md +++ b/advanced-api/automatic-vendor-sharing/README.md @@ -20,8 +20,8 @@ Notice that `app1` will asynchronously load `app2`'s button and vice versa. # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/advanced-api/dynamic-remotes-runtime-environment-variables/README.md b/advanced-api/dynamic-remotes-runtime-environment-variables/README.md index 297d77809d..85055f66ef 100644 --- a/advanced-api/dynamic-remotes-runtime-environment-variables/README.md +++ b/advanced-api/dynamic-remotes-runtime-environment-variables/README.md @@ -17,8 +17,8 @@ Run `pnpm start`. This will build and serve both `host` and `remote` on ports 30 # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/advanced-api/dynamic-remotes-synchronous-imports/README.md b/advanced-api/dynamic-remotes-synchronous-imports/README.md index 5bc2a1ac1c..ef5e3029f1 100644 --- a/advanced-api/dynamic-remotes-synchronous-imports/README.md +++ b/advanced-api/dynamic-remotes-synchronous-imports/README.md @@ -17,8 +17,8 @@ Run `pnpm start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/advanced-api/dynamic-remotes/README.md b/advanced-api/dynamic-remotes/README.md index f3596c65c3..a1c03aea2d 100644 --- a/advanced-api/dynamic-remotes/README.md +++ b/advanced-api/dynamic-remotes/README.md @@ -19,8 +19,8 @@ ports `3001`, `3002`, and `3003` respectively. # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/angular-universal-ssr/README.md b/angular-universal-ssr/README.md index 2f166092e7..b1f9fa71c0 100644 --- a/angular-universal-ssr/README.md +++ b/angular-universal-ssr/README.md @@ -13,8 +13,8 @@ ports `4000`, `5000`, respectively. # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/basic-host-remote/README.md b/basic-host-remote/README.md index 4ec3433305..9adda25049 100644 --- a/basic-host-remote/README.md +++ b/basic-host-remote/README.md @@ -16,8 +16,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/bi-directional/README.md b/bi-directional/README.md index 8681908bfd..4c04c6c94c 100644 --- a/bi-directional/README.md +++ b/bi-directional/README.md @@ -17,8 +17,8 @@ Notice that `app1` will asynchronously load `app2`'s button and vice versa. # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/clo/README.md b/clo/README.md index a80b5fcd64..191be01692 100644 --- a/clo/README.md +++ b/clo/README.md @@ -14,8 +14,8 @@ Run `pnpm run start`. This will build and serve both `host` and `remote` on port # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/complete-react-case/README.md b/complete-react-case/README.md index ca3ed066ee..9d31994f5c 100644 --- a/complete-react-case/README.md +++ b/complete-react-case/README.md @@ -33,8 +33,8 @@ after all the commands done, open your browser at `http://localhost:3002`, open # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/comprehensive-demo-react16/README.md b/comprehensive-demo-react16/README.md index 98d3d8761e..a4fa3a294b 100644 --- a/comprehensive-demo-react16/README.md +++ b/comprehensive-demo-react16/README.md @@ -20,8 +20,8 @@ Included apps: # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/comprehensive-demo-react18/README.md b/comprehensive-demo-react18/README.md index 98d3d8761e..a4fa3a294b 100644 --- a/comprehensive-demo-react18/README.md +++ b/comprehensive-demo-react18/README.md @@ -20,8 +20,8 @@ Included apps: # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/cra/README.md b/cra/README.md index a80b5fcd64..191be01692 100644 --- a/cra/README.md +++ b/cra/README.md @@ -14,8 +14,8 @@ Run `pnpm run start`. This will build and serve both `host` and `remote` on port # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/css-isolation/README.md b/css-isolation/README.md index 41ea8b796a..022d29c23e 100644 --- a/css-isolation/README.md +++ b/css-isolation/README.md @@ -42,8 +42,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/different-react-versions-isolated/README.md b/different-react-versions-isolated/README.md index 485cdeeb97..451d899525 100644 --- a/different-react-versions-isolated/README.md +++ b/different-react-versions-isolated/README.md @@ -18,8 +18,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/different-react-versions/README.md b/different-react-versions/README.md index d9fc683729..2f328af8a9 100644 --- a/different-react-versions/README.md +++ b/different-react-versions/README.md @@ -60,8 +60,8 @@ This component is responsible to render the federated component using the remote # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/dynamic-system-host/README.md b/dynamic-system-host/README.md index d7b9e407cd..fbdcff9c73 100644 --- a/dynamic-system-host/README.md +++ b/dynamic-system-host/README.md @@ -19,8 +19,8 @@ ports `3001`, `3002`, and `3003` respectively. # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/federated-npm/README.md b/federated-npm/README.md index b655dcdd6b..c211161d60 100644 --- a/federated-npm/README.md +++ b/federated-npm/README.md @@ -16,8 +16,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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 tests failed cypress will create `cypress` directory in sample root folder with screenshots and videos. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/i18next-nextjs-react/README.md b/i18next-nextjs-react/README.md index 59ee1b63b9..9374c19324 100644 --- a/i18next-nextjs-react/README.md +++ b/i18next-nextjs-react/README.md @@ -33,8 +33,8 @@ A shared lib sharing a module to handle i18next instances # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/native-federation-react/README.md b/native-federation-react/README.md index fc907453eb..5d39741050 100644 --- a/native-federation-react/README.md +++ b/native-federation-react/README.md @@ -10,11 +10,11 @@ Apps will be running on http://localhost:3000, http://localhost:3001 # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) ## Help Wanted diff --git a/nested-remote/README.md b/nested-remote/README.md index ba30723844..54f6e9cc62 100644 --- a/nested-remote/README.md +++ b/nested-remote/README.md @@ -17,8 +17,8 @@ Run `pnpm run start`. This will build and serve both `app1`, `app2`, and `app3` # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/nextjs-dynamic-ssr/README.md b/nextjs-dynamic-ssr/README.md index 88d1c9acfe..00b35db1a3 100644 --- a/nextjs-dynamic-ssr/README.md +++ b/nextjs-dynamic-ssr/README.md @@ -58,8 +58,8 @@ I am investigating new methods that may solve the module sharing problem in next # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../cypress-e2e/README.md) diff --git a/nextjs-host-react-remote/README.md b/nextjs-host-react-remote/README.md index 5ab62b6272..46cd40ecc9 100644 --- a/nextjs-host-react-remote/README.md +++ b/nextjs-host-react-remote/README.md @@ -39,8 +39,8 @@ Within this application, we've configured the `remotes` object inside of the `Ne # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/nextjs-ssr/README.md b/nextjs-ssr/README.md index 4dbced2d57..71196f1362 100644 --- a/nextjs-ssr/README.md +++ b/nextjs-ssr/README.md @@ -58,8 +58,8 @@ I am investigating new methods that may solve the module sharing problem in next # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../cypress-e2e/README.md) diff --git a/react-in-vue/README.md b/react-in-vue/README.md index bb68c6c163..60dcb107d6 100644 --- a/react-in-vue/README.md +++ b/react-in-vue/README.md @@ -25,8 +25,8 @@ This will build and serve both `home` and `layout` on ports `3002` and `3001` re # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/react-livereload/README.md b/react-livereload/README.md index 69cdb4a703..bfa3d278f7 100644 --- a/react-livereload/README.md +++ b/react-livereload/README.md @@ -14,11 +14,11 @@ Remote1 runs at http://localhost:3001 (HMR supported) # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) ## How it works diff --git a/react-nextjs/README.md b/react-nextjs/README.md index d8d2d006bd..7f751564b5 100644 --- a/react-nextjs/README.md +++ b/react-nextjs/README.md @@ -56,8 +56,8 @@ It is a middle-level app, which depends on modules exposed from remote app, for # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/redux-reducer-injection/README.md b/redux-reducer-injection/README.md index 16869b3aaa..245ed14985 100644 --- a/redux-reducer-injection/README.md +++ b/redux-reducer-injection/README.md @@ -15,8 +15,8 @@ You should see a `Welcome to Host App` and a `button` # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/rspack-webpack-interop/README.md b/rspack-webpack-interop/README.md index 6d8453e843..9a6fb92cf3 100644 --- a/rspack-webpack-interop/README.md +++ b/rspack-webpack-interop/README.md @@ -24,8 +24,8 @@ Included apps: # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/rspack-webpack-offload/README.md b/rspack-webpack-offload/README.md index ec26670019..5ff2ecb8de 100644 --- a/rspack-webpack-offload/README.md +++ b/rspack-webpack-offload/README.md @@ -43,8 +43,8 @@ after all the commands done, open your browser at `http://localhost:3002`, open # Running Cypress E2E Tests -To run tests in interactive mode, run `nppm 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) +To run tests in interactive mode, run `nppm 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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/runtime-plugins/remote-control/README.md b/runtime-plugins/remote-control/README.md index 5aad14d1d1..f4f08b1bb0 100644 --- a/runtime-plugins/remote-control/README.md +++ b/runtime-plugins/remote-control/README.md @@ -24,8 +24,8 @@ To give the application a spin, run `pnpm start`. This command will build and se # Running Cypress E2E Tests -For running tests in interactive mode, execute `npm run cypress:debug` from the root directory of the project. This will open the Cypress Test Runner and allow you to run tests interactively. [More info about "How to run tests"](../../cypress/README.md#how-to-run-tests) +For running tests in interactive mode, execute `npm run cypress:debug` from the root directory of the project. This will open the Cypress Test Runner and allow you to run tests interactively. [More info about "How to run tests"](../../cypress-e2e/README.md#how-to-run-tests) To build the app and run tests in headless mode, run `yarn e2e:ci`. This command will build the app and run tests for this workspace in headless mode. If tests fail, Cypress will create a `cypress` directory in the sample root folder with screenshots and videos. -["Best Practices, Rules and more interesting information here](../../cypress/README.md) +["Best Practices, Rules and more interesting information here](../../cypress-e2e/README.md) diff --git a/rust-wasm/README.md b/rust-wasm/README.md index 6b459ee6ee..3e13fc5859 100644 --- a/rust-wasm/README.md +++ b/rust-wasm/README.md @@ -16,11 +16,11 @@ Navigate to your browser and open the `Host` app running on http://localhost:808 # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) ## Module Federation @@ -139,8 +139,8 @@ This demo is built upon many OSS projects including: # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/self-healing/README.md b/self-healing/README.md index 9facb11a5c..f085a60ff5 100644 --- a/self-healing/README.md +++ b/self-healing/README.md @@ -34,8 +34,8 @@ Notice that the button in both apps are the same even though the host app didn't # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/server-side-render-only/README.md b/server-side-render-only/README.md index 9465541e7f..cee95442c7 100644 --- a/server-side-render-only/README.md +++ b/server-side-render-only/README.md @@ -15,8 +15,8 @@ http://localhost:3001/ - Remote Server # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/shared-context/README.md b/shared-context/README.md index 73e0070e15..a80b6b0647 100644 --- a/shared-context/README.md +++ b/shared-context/README.md @@ -16,8 +16,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/shared-routes2/README.md b/shared-routes2/README.md index 568c136c59..00a7f54c64 100644 --- a/shared-routes2/README.md +++ b/shared-routes2/README.md @@ -16,8 +16,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/shared-routing/README.md b/shared-routing/README.md index b0314f4e88..8cbe14131e 100644 --- a/shared-routing/README.md +++ b/shared-routing/README.md @@ -30,8 +30,8 @@ You will notice that each of the above URLs will look exactly same. For more det # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/shared-store-cross-framework/README.md b/shared-store-cross-framework/README.md index 685051b6bb..27fb914d72 100644 --- a/shared-store-cross-framework/README.md +++ b/shared-store-cross-framework/README.md @@ -22,8 +22,8 @@ The shell will be accessible on [localhost:3001](http://localhost:3001/) # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/third-party-scripts/README.md b/third-party-scripts/README.md index 2321e70cac..d4e8b0d318 100644 --- a/third-party-scripts/README.md +++ b/third-party-scripts/README.md @@ -16,8 +16,8 @@ This will build and serve `app1` on port 3001 # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/typescript-monorepo/README.md b/typescript-monorepo/README.md index 24664014ee..431a9320f2 100644 --- a/typescript-monorepo/README.md +++ b/typescript-monorepo/README.md @@ -14,8 +14,8 @@ This will build and serve both `app1` and `app2` on ports 3001 and 3002 respecti # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../cypress-e2e/README.md) diff --git a/typescript-project-references/README.md b/typescript-project-references/README.md index e69b0d2930..9b16ce5e70 100644 --- a/typescript-project-references/README.md +++ b/typescript-project-references/README.md @@ -14,8 +14,8 @@ This will build and serve both `app1` and `app2` on ports 3001 and 3002 respecti # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/typescript-react-fallback/README.md b/typescript-react-fallback/README.md index 781afb8084..b512d8fc71 100644 --- a/typescript-react-fallback/README.md +++ b/typescript-react-fallback/README.md @@ -14,8 +14,8 @@ This will build and serve both `app1` and `app2` on ports 3001 and 3002 respecti # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/typescript/README.md b/typescript/README.md index c3078d0a5b..f3f35b25ea 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -19,8 +19,8 @@ Run `pnpm run start`. This will build and serve both `app1` and `app2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/umd-federation/README.md b/umd-federation/README.md index 44a1880249..5050f9eb69 100644 --- a/umd-federation/README.md +++ b/umd-federation/README.md @@ -14,11 +14,11 @@ Run `npm run start`. This will build and serve both `app1` and `app2` on ports 9 # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) ## try online diff --git a/vue2-in-vue3/README.md b/vue2-in-vue3/README.md index 18c747f900..f84d26d9ea 100644 --- a/vue2-in-vue3/README.md +++ b/vue2-in-vue3/README.md @@ -11,8 +11,8 @@ Run `pnpm run start` . This will build and serve both `vue3` and `vue2` on ports # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md) diff --git a/vue3-demo/README.md b/vue3-demo/README.md index ae0deecd7d..8ca568454e 100644 --- a/vue3-demo/README.md +++ b/vue3-demo/README.md @@ -13,8 +13,8 @@ Run `pnpm run start` . This will build and serve both `home` and `layout` on por # Running Cypress E2E Tests -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) +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) 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. -["Best Practices, Rules amd more interesting information here](../../cypress/README.md) +["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)