Skip to content

lukasf98/ui

 
 

Repository files navigation

CodeceptUI

An interactive, graphical test runner for CodeceptJS.

codepress video

Quickstart

Install CodeceptUI in a project where CodeceptJS is already used

npm i @codecept-js/ui#master --save

Execute it:

npx codepress

Development Mode

See CONTRIBUTING.md

Start CodeceptUI with debug output

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

Credits

About

Web UI for CodeceptJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.9%
  • Vue 46.5%
  • Other 0.6%