Skip to content

Commit

Permalink
add note that current boilerplate uses alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 19, 2022
1 parent 2998308 commit 0ecce70
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 414 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

# WebdriverIO files
errorShots
.vscode
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Jasmine Boilerplate ![CI](https://github.com/webdriverio/jasmine-boilerplate/wor

Boilerplate project to run WebdriverIO tests with Jasmine using latest ES2016 features and the page objects pattern.

__Note:__ the current boilerplate uses an alpha version of the new WebdriverIO `v8` version. As this version is not stable yet there might be some bugs. Checkout the [`v7`](https://github.com/webdriverio/jasmine-boilerplate/tree/v7) branch to see a version using a stable version.

## Quick Start

Choose one of the following options:
Expand Down
Loading

0 comments on commit 0ecce70

Please sign in to comment.