Skip to content

AleksandrArtamonov/codeceptjs-puppeteer-allure

Repository files navigation

Codeceptjs + Allure + Puppeteer + Chai + Resemble example

Features

  • setup of CodeceptJS Google Puppeteer Allure reporting
  • Visual testing with Resemble
  • Using REST for creating some test data
  • Using Data Driven Testing
  • Using autologin

To run tests and generate Allure report:

run tests

npx codeceptjs run --plugins allure  
or
npm test

generate report (allure-commandline need java 8 for local pc)

npm install -g allure-commandline --save-dev //only 1 time
allure serve allure-results

TODO

  • Add Github actions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages