Skip to content

Latest commit

 

History

History
 
 

allure-docker-nodejs-typescript-mocha-example

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