CodeceptJS has an interactive, graphical test runner. We call it CodeceptUI. It works in your browser and helps you to manage your tests.
CodeceptUI can be used for
CodeceptUI is already installed with create-codeceptjs
command but you can install it manually via:
npm i @codeceptjs/ui --save
To start using CodeceptUI you need to have CodeceptJS project with a few tests written. If CodeceptUI was installed by create-codecept
command it can be started with:
npm run codeceptjs:ui
CodeceptUI can be started in two modes:
To start CodeceptUI in application mode:
npx codecept-ui --app
To start CodeceptUI in server mode:
npx codecept-ui
© 2015 DavertMik <[email protected]> (http://codegyre.com)
Licensed under the MIT License.
https://codecept.io/ui/