Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alincode/webdriverio_hub_sandbox


https://github.com/alincode/webdriverio_hub_sandbox

Last synced: 11 days ago
JSON representation

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
```