Skip to content

Commit f0d2db5

Browse files
committed
Bump version number to 0.5.0, lint robot tests
1 parent 944fabb commit f0d2db5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: ${{ matrix.python-version }}
8787
- name: Install Robot Framework Browser
8888
env:
89-
VERSION: 0.4.0
89+
VERSION: 0.5.0
9090
run: |
9191
pip install "artifacts/robotframework_browser-$VERSION-py3-none-any.whl"
9292
rfbrowser init

Browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"
22

33
import re
44
import os

atest/test/__init__.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*** Settings ***
2-
Test Timeout 10 seconds
2+
Test Timeout 30 seconds
33
Library Process
44
Suite Setup Start Process python atest/demoapp/server.py
55
Suite Teardown Terminate All Processes

atest/test/click_button.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*** Settings ***
2-
Resource keywords.resource
2+
Resource keywords.resource
33
Test Setup Open Browser ${LOGIN URL}
44
Test Teardown Close Browser
55

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.4.0",
3+
"version": "0.5.0",
44
"main": "index.ts",
55
"author": "Mikko Korpela <mikko.korpela@gmail.com>",
66
"license": "Apache-2.0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup_kwargs = {
1414
"name": "robotframework-browser",
15-
"version": "0.4.0",
15+
"version": "0.5.0",
1616
"description": "",
1717
"long_description": long_description,
1818
"long_description_content_type": "text/markdown",

0 commit comments

Comments
 (0)