Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 793 Bytes

references.md

File metadata and controls

17 lines (12 loc) · 793 Bytes

References

How to Run e2e Test (in local machine)

  1. Build production with pnpm build, then run the production build using pnpm start.
  2. Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with pnpm test:e2e.

References: