2.0.2 • Published 3 years ago
@pouch/caa-engine v2.0.2
CAA engine
Init project
- install Node v16 LTS
npm installnpx playwright install- install browser engines for testing
Development
Run next commands in separate terminal windows/tabs (use Ctrl+C to stop process):
npm run dev- compilesrcdirectory to use with test server + automatically re-compile on changesnpm run test-server- run local test server to debug pages
Check test-server/README.md file for more information
Tests
npm run tests:unit- run all unit testsnpm run tests:e2e- run all e2e tests (test server runs automatically)npx playwright test e2e/adidas.e2e.ts- run a single e2e test
Check e2e/README.md file for more information about e2e tests
Publishing new version to NPM
Prerequisites:
- create file
.npmrcwith publisher token (this file ignored by git)
Publishing:
- run
npm run buildto compile files; - run
npm version patch|minor|majorto increment the version using semver - run
npm publish --access public
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago