项目作者: hubidu

项目描述 :
cypress like test runner for codeceptjs
高级语言: JavaScript
项目地址: git://github.com/hubidu/codepress.git
创建时间: 2019-06-21T14:31:09Z
项目社区:https://github.com/hubidu/codepress

开源协议:MIT License

下载


codepress

An interactive, cypress like test runner for CodeceptJS.

codepress video

Quickstart

First install codepress as a global npm package on your system.

  1. npm -g i codepress

Now open a terminal and go to your CodeceptJS project. For demonstration purposes you can
use the simple CodeceptJS project provided in the example directory.
In the root of your CodeceptJS project start codepress:

  1. codepress

You should see that codepress is starting and copying some support files (see the _codepress folder) to your project.
Finally codepress will start a webserver:

  1. Initializing codepress...
  2. Copying support files to _codepress...
  3. Initialization finished
  4. Open http://localhost:3001 in your web browser!

Opening the specified url should show you a list of the features and scenarios in your project.
Congratulations! You can now select one of the scenarios and watch it run in codepress.

scenarios view

To be continued…

Credits

Code Icon by Elegant Themes on Iconscout