Skip to content

Commit

Permalink
Merge pull request #7 from azarouski/main
Browse files Browse the repository at this point in the history
v 0.3.1
  • Loading branch information
vdelendik authored Jan 23, 2023
2 parents c0e1f2f + 84791b6 commit 0992929
Show file tree
Hide file tree
Showing 18 changed files with 1,309 additions and 396 deletions.
380 changes: 375 additions & 5 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/example.robot
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Super long long long long long long long long long long long long long long long
Open Google Chrome
[Tags]
${caps} Evaluate {"enableVideo": True, "enableLogs": True, "enableVNC": True, "provider": "zebrunner"}
SeleniumLibrary.Open Browser https://google.com chrome remote_url=https://tolik:90eaktVT97VqUOy5@engine.zebrunner.dev/wd/hub desired_capabilities=${caps}
SeleniumLibrary.Open Browser https://google.com chrome remote_url=http://localhost:4444/wd/hub desired_capabilities=${caps}
SeleniumLibrary.Close Browser

Open Firefox
[Tags]
${caps} Evaluate {"enableVideo": True, "enableLogs": True, "enableVNC": True, "provider": "zebrunner"}
SeleniumLibrary.Open Browser https://google.com firefox remote_url=https://tolik:90eaktVT97VqUOy5@engine.zebrunner.dev/wd/hub desired_capabilities=${caps}
SeleniumLibrary.Open Browser https://google.com firefox remote_url=http://localhost:4444/wd/hub desired_capabilities=${caps}
Should Be True 2 + 2 == 5
SeleniumLibrary.Close Browser
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotframework-zebrunner"
version = "0.1.8"
version = "0.3.1"
description = "Robotframework connector for Zebrunner reporting"
authors = ["Anatoliy Platonov <platonoff.dev@gmail.com>"]
license = "Apache"
Expand Down
2 changes: 1 addition & 1 deletion src/robotframework_zebrunner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .library import ZebrunnerLib
from .listener import ZebrunnerListener
from .listener import ZebrunnerLib
Loading

0 comments on commit 0992929

Please sign in to comment.