- git clone
- npm install
- npm run
Starts simple express server and serve the files under public directory.
This is the directory that you need to fill with your test suites. Test suite is simply the all test steps that test your specific part of your application.
The spec file format must be similiar the example spec file under tests/specs directory.
This file must contains the all spec file paths. When the webhook is triggered we will prepare those files to create test environment.