Skip to content

Commit 3b9b20a

Browse files
committed
Bump to version 0.7.0, update docs
1 parent 9fc165c commit 3b9b20a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
python-version: ${{ matrix.python-version }}
9595
- name: Install Robot Framework Browser
9696
env:
97-
VERSION: 0.6.0
97+
VERSION: 0.7.0
9898
run: |
9999
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
100100
pip install -U robotframework-pabot

Browser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.6.0"
1+
VERSION = "0.7.0"

atest/test/01_Browser_Management/playwright_state.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Open Chrome
2727

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

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

4141
Open Browser opens everything
42-
Open Browser url=${FORM URL}
42+
Open Browser url=${FORM URL}
4343
Get Title == prefilled_email_form.html
4444

4545
Switch Browser

docs/Browser.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotframework-playwright",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"main": "index.ts",
55
"author": "Mikko Korpela <mikko.korpela@gmail.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)