🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@codeceptjs/ui

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codeceptjs/ui

An interactive, graphical test runner for CodeceptJS.

0.2.0
Source
npm
Version published
Weekly downloads
14K
-12.55%
Maintainers
2
Weekly downloads
 
Created
Source

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 --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 codeceptui 

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

Credits

  • Originally created by Stefan Huber @hubidu27
  • Maintained my @davertmik
  • Icons/Logos Code Icon by Elegant Themes on Iconscout

FAQs

Package last updated on 03 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts