You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@codeceptjs/ui

Package Overview
Dependencies
Maintainers
2
Versions
42
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.4
Source
npmnpm
Version published
Weekly downloads
13K
-18.19%
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 @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

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

FAQs

Package last updated on 14 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