Skip to content

nitishmittal1990/ui

This branch is 234 commits behind codeceptjs/ui:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 21, 2019
0785cd6 · Dec 21, 2019
Dec 14, 2019
Dec 19, 2019
Dec 19, 2019
Dec 14, 2019
Dec 19, 2019
Nov 27, 2019
Jun 21, 2019
Jul 15, 2019
Sep 7, 2019
Jul 26, 2019
Dec 19, 2019
Nov 27, 2019
Dec 3, 2019
Dec 19, 2019
Dec 21, 2019
Nov 27, 2019
Nov 27, 2019
Dec 21, 2019

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 @codeceptjs/ui --save

Execute it:

npx codecept-ui

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 codecept-ui 

  # just get debug output of one module
  DEBUG=codepress:codeceptjs-factory npx codecept-ui

Credits

Contributors

Thanks all for the contributions!

About

Web UI for CodeceptJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.0%
  • Vue 47.4%
  • Other 0.6%