Skip to content

Commit

Permalink
Bump to version 0.7.0, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylix committed Jul 14, 2020
1 parent 9fc165c commit 3b9b20a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Robot Framework Browser
env:
VERSION: 0.6.0
VERSION: 0.7.0
run: |
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
pip install -U robotframework-pabot
Expand Down
2 changes: 1 addition & 1 deletion Browser/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.6.0"
VERSION = "0.7.0"
4 changes: 2 additions & 2 deletions atest/test/01_Browser_Management/playwright_state.robot
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Open Chrome

Create Browser does not open a page
Create Browser
Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL}
Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL}

Create Browser does not create a context
Create Browser
Expand All @@ -39,7 +39,7 @@ Create Context does not open a page
Run Keyword And Expect Error Tried to do playwright action 'goto', but no open page. Go To ${LOGIN URL}

Open Browser opens everything
Open Browser url=${FORM URL}
Open Browser url=${FORM URL}
Get Title == prefilled_email_form.html

Switch Browser
Expand Down
2 changes: 1 addition & 1 deletion docs/Browser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robotframework-playwright",
"version": "0.6.0",
"version": "0.7.0",
"main": "index.ts",
"author": "Mikko Korpela <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3b9b20a

Please sign in to comment.