Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 644 Bytes

File metadata and controls

38 lines (30 loc) · 644 Bytes

NODEJS TYPESCRIPT MOCHA DEMO PROJECT USING ALLURE

INSTALLATION

npm -version
  • Check NodeJS version
node -v
  • Go to project
  • Install dependencies
 npm install

USAGE

Execute Allure Docker Service from this directory

docker-compose up -d allure

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