Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alincode/trunk-studio-webdriverio-sandbox
https://github.com/alincode/trunk-studio-webdriverio-sandbox
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alincode/trunk-studio-webdriverio-sandbox
- Owner: alincode
- Created: 2016-07-12T10:06:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T14:32:10.000Z (over 8 years ago)
- Last Synced: 2024-11-06T07:26:14.026Z (about 2 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trunk-studio-webdriverio-sandbox
```
npm init -y
npm i webdriverio -D
./node_modules/webdriverio/bin/wdio
npm i
npm i wdio-selenium-standalone-service -D
npm i wdio-spec-reporter -Dmkdir -p ./test/e2e/specs/
mkdir -p ./errorShots/npm i babel-core -S
npm i babel-preset-es2015 -S
npm i babel-preset-stage-0 -Snpm i chai -D
npm i chai-as-promised -D
npm i chai-string -Dmkdir -p test/e2e/pageobjects
```