An open API service indexing awesome lists of open source software.

https://github.com/testxio/testx-cli

CLI for the great TestX
https://github.com/testxio/testx-cli

Last synced: 6 months ago
JSON representation

CLI for the great TestX

Awesome Lists containing this project

README

          

## CLI for the great [testx](http://testx.io/testx).

### Prerequisites
- [Node.js](https://nodejs.org)
- [Protractor](http://www.protractortest.org/)

### Install
```
npm i -g @testx/cli
```
### Create a new [testx](http://testx.io/testx) project
```
mkdir my-testx-project
cd my-testx-project
testx init
```
### Run the sample testx scripts
```
npm test
```