npm.io
1.32.2 • Published 1 year ago

newsletters-v2-ui

Licence
Version
1.32.2
Deps
19
Size
6.1 MB
Vulns
0
Weekly
0

Newsletters-v2-ui

Local Development

nvm use
npm install

To run app locally npm run start

To run E2E tests locally, add any secrets listed in test/environment.sh and run

source tests/environment.sh && npx playwright test

To debug the tests in a browser run

source tests/environment.sh && npx playwright test --debug