You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Execution is successful only for "Visit Bing" test case. 2 other tests are failed since first browser is still open.
Please add "Test Teardown Close Browser" in Settings section in file test/browser-library.robot to solve the issue.
And same also in test/selenium.robot file.
To Reproduce
Steps to reproduce the behavior:
Clone latest repo
execute following command: docker run \ -v pwd/reports:/opt/robotframework/reports:Z \ -v pwd/test:/opt/robotframework/tests:Z \ -e BROWSER=chrome \ ppodgorsek/robot-framework:latest
Expected behavior
Browser tests finishes without problems (all green).
Please provide any relevant information, such as:
OS: MacOS Monterey 12.7.6 (21H1320)
Browser chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
Execution is successful only for "Visit Bing" test case. 2 other tests are failed since first browser is still open.
Please add "Test Teardown Close Browser" in Settings section in file test/browser-library.robot to solve the issue.
And same also in test/selenium.robot file.
To Reproduce
Steps to reproduce the behavior:
docker run \ -v
pwd/reports:/opt/robotframework/reports:Z \ -v
pwd/test:/opt/robotframework/tests:Z \ -e BROWSER=chrome \ ppodgorsek/robot-framework:latest
Expected behavior
Browser tests finishes without problems (all green).
Please provide any relevant information, such as:
The text was updated successfully, but these errors were encountered: