Skip to content

Latest commit

 

History

History

README.md

CodeceptJS example

Example of tests with CodeceptJS framework and adapter for Test IT

Setup

  1. Install node.js version 16+
  2. Clone this repository git clone https://github.com/testit-tms/js-examples.git && cd codecept
  3. Install dependencies npm install
  4. Configure the tests to run in testit-adapter.config.json file. How to configure?
  5. Run tests via npx codeceptjs run --steps to upload the results to TMS

Project structure