Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alincode/webdriverio_hub_sandbox
https://github.com/alincode/webdriverio_hub_sandbox
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/webdriverio_hub_sandbox
- Owner: alincode
- Created: 2016-06-05T22:58:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T00:33:55.000Z (over 8 years ago)
- Last Synced: 2024-11-06T07:26:09.120Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdriverio hub sandbox
## TODO
[ ] try to add babel## Target
- test project init
- create config file
- set up test commend### step 1
```
cd webdriverio_hub_sandbox
npm init -y
npm i webdriverio -D
node node_modules/webdriverio/bin/wdio
mkdir -p test/specs/
mkdir errorShots/
```**vi package.json**
```
"scripts": {
"test": "wdio wdio.conf.js"
},
```## config
`export BASEURL=http://`
## how to start
```
selenium-standalone start
npm test
```