https://github.com/nuclearredeye/webdriver.io
Exercises and notes for the Automated Software Testing with WebdriverIO training course from Udemy
https://github.com/nuclearredeye/webdriver.io
testing training udemy wdio
Last synced: 11 days ago
JSON representation
Exercises and notes for the Automated Software Testing with WebdriverIO training course from Udemy
- Host: GitHub
- URL: https://github.com/nuclearredeye/webdriver.io
- Owner: NuclearRedeye
- License: mit
- Created: 2021-02-12T09:50:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T14:15:27.000Z (over 5 years ago)
- Last Synced: 2025-01-11T11:20:00.676Z (over 1 year ago)
- Topics: testing, training, udemy, wdio
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webdriver
Exercises and notes for the [Automated Software Testing with WebdriverIO](https://elifesciences.udemy.com/course/automated-software-testing-with-webdriverio) course on [Udemy](https://elifesciences.udemy.com)
# Quick Start
N/A
# Tests
You can run the full test suite using...
```sh
npm run test
```
Alternatively, you can a specific test using...
```sh
npm run test -- --mochaOpts.grep 'Help'
```