An interactive, graphical test runner for CodeceptJS.
Install CodeceptUI in a project where CodeceptJS is already used
npm i @codecept-js/ui#master --save
Execute it:
npx codepress
See CONTRIBUTING.md
codepress uses the debug package to output debug information. This is useful to troubleshoot problems or just to see what codepress is doing. To turn on debug information do
# verbose: get all debug information
DEBUG=codepress:* npx codepress
# just get debug output of one module
DEBUG=codepress:codeceptjs-factory npx codepress
- Originally created by Stefan Huber @hubidu27
- Maintained my @davertmik
- Icons/Logos Code Icon by Elegant Themes on Iconscout