Skip to content

feat: rosemary selenium in docker enviroment and driver option in rosemary selenium command #55

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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Dangalcan
Copy link

This PR contains a complete solution that uses selenium-grid for running selenium tests in docker.

  1. Selenium-grid generates a container net controlled by selenium-hub. Selenium-hub container redirects all tests and manages tests queues so that all tests can be runned in nodes. There are 2 nodes, chrome and firefox. Each node has only the standalone version of its browser name.

  2. When using rosemary selenium you can also specify the browser you want to test (chrome or firefox, being the last one the default). This option is also available in local enviroment.

  3. 2 selenium tests were fixed and adapted to current uvlhub version.

  4. rosemary selenium now has an option called video. When video it's true, selenium tests are recorded and saved in /docker/tmp/videos. This option is only available for docker enviroment.

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

Successfully merging this pull request may close these issues.

1 participant