Skip to content

Commit

Permalink
revise document
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Jan 8, 2025
1 parent 2f85ddc commit 2d0db3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 3 additions & 2 deletions js/web/test/e2e/exports/testcases/nextjs-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Installing dependencies:
- next
```

Small changes are made based on the application template, including:
Small changes were made based on the application template, including:

- Remove default Logos, images, CSS and SVG
- Add a client side rendering (CSR) component which contains:
- a checkbox for multi-thread
- a checkbox for proxy
Expand All @@ -53,7 +54,7 @@ Uses puppeteer to simulate the following tests:
- multi-thread OFF, proxy ON
- multi-thread ON, proxy OFF
- multi-thread ON, proxy ON
- Tests on `npm run build` + `npm run serve` (prod)
- Tests on `npm run build` + `npm run start` (prod)
- multi-thread OFF, proxy OFF
- multi-thread OFF, proxy ON
- multi-thread ON, proxy OFF
Expand Down
10 changes: 3 additions & 7 deletions js/web/test/e2e/exports/testcases/vite-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Done. Now run:
npm run dev
```

Small changes are made based on the application template, including:
Small changes were made based on the application template, including:

- Remove default Logos, images, CSS and SVG
- Add a client side rendering (CSR) component which contains:
- a checkbox for multi-thread
- a checkbox for proxy
Expand All @@ -43,12 +44,7 @@ Uses puppeteer to simulate the following tests:
- multi-thread OFF, proxy ON
- multi-thread ON, proxy OFF
- multi-thread ON, proxy ON
- Tests on `npm run dev -- --turbopack` (dev server using TurboPack)
- multi-thread OFF, proxy OFF
- multi-thread OFF, proxy ON
- multi-thread ON, proxy OFF
- multi-thread ON, proxy ON
- Tests on `npm run build` + `npm run serve` (prod)
- Tests on `npm run build` + `npm run start` (prod)
- multi-thread OFF, proxy OFF
- multi-thread OFF, proxy ON
- multi-thread ON, proxy OFF
Expand Down

0 comments on commit 2d0db3d

Please sign in to comment.