From dcdbab7cc69bbe0e0570e55be903296d12e8952a Mon Sep 17 00:00:00 2001 From: Yaroslav Lapin Date: Tue, 15 Apr 2025 06:22:41 +0000 Subject: [PATCH] update links after cypress was moved to cypress-e2e --- advanced-api/automatic-vendor-sharing/README.md | 4 ++-- .../README.md | 4 ++-- .../dynamic-remotes-synchronous-imports/README.md | 4 ++-- advanced-api/dynamic-remotes/README.md | 4 ++-- angular-universal-ssr/README.md | 4 ++-- basic-host-remote/README.md | 4 ++-- bi-directional/README.md | 4 ++-- clo/README.md | 4 ++-- complete-react-case/README.md | 4 ++-- comprehensive-demo-react16/README.md | 4 ++-- comprehensive-demo-react18/README.md | 4 ++-- cra/README.md | 4 ++-- css-isolation/README.md | 4 ++-- different-react-versions-isolated/README.md | 4 ++-- different-react-versions/README.md | 4 ++-- dynamic-system-host/README.md | 4 ++-- federated-npm/README.md | 4 ++-- i18next-nextjs-react/README.md | 4 ++-- native-federation-react/README.md | 4 ++-- nested-remote/README.md | 4 ++-- nextjs-dynamic-ssr/README.md | 4 ++-- nextjs-host-react-remote/README.md | 4 ++-- nextjs-ssr/README.md | 4 ++-- react-in-vue/README.md | 4 ++-- react-livereload/README.md | 4 ++-- react-nextjs/README.md | 4 ++-- redux-reducer-injection/README.md | 4 ++-- rspack-webpack-interop/README.md | 4 ++-- rspack-webpack-offload/README.md | 4 ++-- runtime-plugins/remote-control/README.md | 4 ++-- rust-wasm/README.md | 8 ++++---- self-healing/README.md | 4 ++-- server-side-render-only/README.md | 4 ++-- shared-context/README.md | 4 ++-- shared-routes2/README.md | 4 ++-- shared-routing/README.md | 4 ++-- shared-store-cross-framework/README.md | 4 ++-- third-party-scripts/README.md | 4 ++-- typescript-monorepo/README.md | 4 ++-- typescript-project-references/README.md | 4 ++-- typescript-react-fallback/README.md | 4 ++-- typescript/README.md | 4 ++-- umd-federation/README.md | 4 ++-- vue2-in-vue3/README.md | 4 ++-- vue3-demo/README.md | 4 ++-- 45 files changed, 92 insertions(+), 92 deletions(-) diff --git a/advanced-api/automatic-vendor-sharing/README.md b/advanced-api/automatic-vendor-sharing/README.md index d78e56a9adf..784a9283a8b 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 297d77809db..85055f66ef5 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 5bc2a1ac1c7..ef5e3029f13 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 f3596c65c39..a1c03aea2d7 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 2f166092e7f..b1f9fa71c06 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 4ec34333058..9adda250496 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 8681908bfde..4c04c6c94cf 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 a80b5fcd648..191be01692f 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 ca3ed066eea..9d31994f5cb 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 98d3d8761ed..a4fa3a294b1 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 98d3d8761ed..a4fa3a294b1 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 a80b5fcd648..191be01692f 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 41ea8b796ae..022d29c23ef 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 485cdeeb974..451d8995258 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 d9fc683729a..2f328af8a9b 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 d7b9e407cd4..fbdcff9c73e 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 b655dcdd6bc..c211161d605 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 59ee1b63b92..9374c19324b 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 fc907453eb5..5d397410501 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 ba30723844a..54f6e9cc627 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 88d1c9acfe0..00b35db1a3f 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 5ab62b6272e..46cd40ecc90 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 4dbced2d573..71196f1362b 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 bb68c6c163e..60dcb107d62 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 69cdb4a703c..bfa3d278f7a 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 d8d2d006bd8..7f751564b5c 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 16869b3aaa4..245ed14985b 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 6d8453e843e..9a6fb92cf36 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 ec26670019a..5ff2ecb8def 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 5aad14d1d19..f4f08b1bb0b 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 6b459ee6eea..3e13fc58590 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 9facb11a5c8..f085a60ff57 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 9465541e7f0..cee95442c7f 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 73e0070e15c..a80b6b06476 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 568c136c598..00a7f54c64a 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 b0314f4e88f..8cbe14131e5 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 685051b6bb2..27fb914d724 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 2321e70cac0..d4e8b0d3183 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 24664014ee8..431a9320f20 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 e69b0d2930f..9b16ce5e701 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 781afb80844..b512d8fc716 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 c3078d0a5b7..f3f35b25ea9 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 44a1880249d..5050f9eb699 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 18c747f900f..f84d26d9ea2 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 ae0deecd7d6..8ca568454eb 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)