souchy.au
v0.1.21
Published
A component & minimal style library.
Readme
Souchy.Au
This project is bootstrapped by aurelia/new.
Start dev web server
npm startBuild the app in production mode
npm run buildUnit Tests
npm run testRun unit tests in watch mode.
npm run test:watchPlaywright e2e test
You may need to install playwright test browsers if have not.
npx playwright install --with-deps
All e2e tests are in e2e/.
Run e2e tests with:
npm run test:e2eNote the playwright config automatically runs "npm start" before playwright.
For more information, visit https://playwright.dev/docs/test-cli
