Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Close Browser in browser-library.robot test file #510

Open
lslackware opened this issue Dec 13, 2024 · 0 comments
Open

Add Close Browser in browser-library.robot test file #510

lslackware opened this issue Dec 13, 2024 · 0 comments

Comments

@lslackware
Copy link

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:

  1. Clone latest repo
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant