https://github.com/rmkanda/wdio-boilerplate
Sample automation boilerplate based on WebdriverIO
https://github.com/rmkanda/wdio-boilerplate
Last synced: 22 days ago
JSON representation
Sample automation boilerplate based on WebdriverIO
- Host: GitHub
- URL: https://github.com/rmkanda/wdio-boilerplate
- Owner: rmkanda
- License: mit
- Created: 2019-09-10T07:34:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:37:06.000Z (over 3 years ago)
- Last Synced: 2025-01-06T04:42:36.557Z (over 1 year ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolilerplate for UI automation with WebdriverIO [](https://travis-ci.org/rmkanda/wdio-boilerplate)
## System Dependencies
- Node
- allure `npm install -g allure-commandline`
## Setup
- Install dependencies `npm install`
- Running tests `npm test`
- Viewing Report `npm report`
## NOTE:
For running in kubernetes change the wdio.conf.js `localhost` to `selenium-hub`