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
- Host: GitHub
- URL: https://github.com/testxio/testx-cli
- Owner: testxio
- Created: 2016-11-03T10:31:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T14:55:31.000Z (about 8 years ago)
- Last Synced: 2025-01-16T10:48:29.005Z (over 1 year ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```