mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Rename sauce tunnelling command to sauce-tunnel for less ambiguity
This commit is contained in:
parent
a8ac9f2777
commit
d2a17839ee
@ -19,7 +19,7 @@
|
|||||||
"test": "npm run sauce-test",
|
"test": "npm run sauce-test",
|
||||||
|
|
||||||
"sauce-test": "mocha ./test/integration/tests/",
|
"sauce-test": "mocha ./test/integration/tests/",
|
||||||
"tunnel": "node ./test/integration/tunnel.js",
|
"sauce-tunnel": "node ./test/integration/tunnel.js",
|
||||||
|
|
||||||
"vi-clean": "rm -rf ./gemini-report",
|
"vi-clean": "rm -rf ./gemini-report",
|
||||||
"vi-phantom": "phantomjs --webdriver=4444",
|
"vi-phantom": "phantomjs --webdriver=4444",
|
||||||
|
@ -4,7 +4,7 @@ information from your SauceLabs account](#how-to-set-up-your-env-config-file).
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install
|
$ npm install
|
||||||
$ npm run tunnel
|
$ npm run sauce-tunnel
|
||||||
$ npm test && git commit
|
$ npm test && git commit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user