This repository contains a minimalist framework setup of WebdriverIO, using JavaScript as programming language.
|
3 years ago | |
---|---|---|
test | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
package.json | 3 years ago | |
wdio.conf.js | 3 years ago |
This a bare minimum framework setup of WebdriverIO for QA Recruitment Workshop
Run:
```
> cd ~/workspace/
> mkdir <wdio-js_directory_name>
> cd <wdio-js_directory_name>
> git clone https://krshishir@bitbucket.org/livelike/webdriverio.git
```
Run:
```
> cd ~/workspace/<wdio-js_directory_name>/wdio
> npm install
```
Note:This will install all dependencies project will be using for executing.
Run:
```
> cd ~/workspace/<wdio-js_directory_name>/wdio
> npx wdio run wdio.conf.js
```
- This will run all tests under wdio directory