Boilerplate project to run WebdriverIO tests with Jasmine using latest ES2016 features and the page objects pattern.
Choose one of the following options:
-
Download the latest stable release here or clone the git repo —
git clone https://github.com/webdriverio/jasmine-boilerplate.git
-
Then copy the files to your project directory (all files in
/test
and thewdio.*.conf.js
) -
Merge project dev dependencies with your projects dev dependencies in your
package.json
- super simple setup
- Page Object pattern used
- ESNext ready
- Integration with Sauce Labs
- Example using GitHub Actions