2.0.2 • Published 1 year ago

@pouch/caa-engine v2.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 - compile src directory to use with test server + automatically re-compile on changes
  • npm 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 tests
  • npm 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

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago