-
Download Node JS https://nodejs.org/en/download/
-
Check NPM version
npm -version
- Check NodeJS version
node -v
- Go to project
- Install dependencies
npm install
Execute Allure Docker Service from this directory
docker-compose up -d allure
- Verify is Allure report is working.
- Go to -> http://localhost:4040
Each time you run tests, the Allure report will be updated. Execute tests:
npm run-script allure-test
See documentation here: https://github.com/fescobar/allure-docker-service