An open API service indexing awesome lists of open source software.

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

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'
```