You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: complete-react-case/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A complete Webpack Module Federation Case with React.
10
10
11
11
It is a low-level or basic app, which exposes libraries like `react`, `react-dom`.
12
12
13
-
It is a pure `remote`
13
+
It is a pure `remote`.
14
14
15
15
## component-app
16
16
@@ -20,7 +20,7 @@ It is both host and remote.
20
20
21
21
## main-app
22
22
23
-
the top-level app, which depends on `lib-app` and `component-app`.
23
+
The top-level app, which depends on `lib-app` and `component-app`.
24
24
25
25
It is a pure host.
26
26
@@ -29,12 +29,12 @@ It is a pure host.
29
29
-`pnpm install`
30
30
-`pnpm run start`
31
31
32
-
after all the commands done, open your browser at `http://localhost:3002`, open the dev-tool's network tab to see resources loading details
32
+
After running these commands, open your browser at `http://localhost:3002` and open the DevTools network tab to see resource loading details.
33
33
34
34
# Running Cypress E2E Tests
35
35
36
-
To run tests in interactive mode, run `npm run cypress:debug` from the root directory of the project. It will open Cypress Test Runner and allow to run tests in interactive mode. [More info about "How to run tests"](../../cypress-e2e/README.md#how-to-run-tests)
36
+
To run tests in interactive mode, run `pnpm run cypress:debug` from the root directory of the project. It will open Cypress Test Runner and allow tests to run in interactive mode. [More info about "How to run tests"](../../cypress-e2e/README.md#how-to-run-tests)
37
37
38
-
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.
38
+
To build the app and run tests in headless mode, run `pnpm run e2e:ci`. It 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.
39
39
40
-
["Best Practices, Rules amd more interesting information here](../../cypress-e2e/README.md)
40
+
[Best practices, rules and more interesting information here](../../cypress-e2e/README.md)
0 commit comments