https://github.com/klamping/react-webdriverio-example
Code example from my livestream
https://github.com/klamping/react-webdriverio-example
react selenium selenium-webdriver webdriverio
Last synced: 11 months ago
JSON representation
Code example from my livestream
- Host: GitHub
- URL: https://github.com/klamping/react-webdriverio-example
- Owner: klamping
- License: mit
- Created: 2017-09-06T22:17:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T22:30:38.000Z (almost 9 years ago)
- Last Synced: 2024-06-14T21:08:32.900Z (about 2 years ago)
- Topics: react, selenium, selenium-webdriver, webdriverio
- Language: JavaScript
- Homepage: https://learn.webdriver.io
- Size: 1.83 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebdriverIO React Example
## Configuration
1. Clone the repo and run `npm install`
## Usage
Run tests using the `npm test` command.