2.0.2 • Published 2 years ago
@pouch/caa-engine v2.0.2
CAA engine
Init project
- install Node v16 LTS
npm install
npx 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
- compilesrc
directory 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
.npmrc
with publisher token (this file ignored by git)
Publishing:
- run
npm run build
to compile files; - run
npm version patch|minor|major
to increment the version using semver - run
npm publish --access public
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 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