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

Update test-on-push.yml with selenium services #10

Merged
merged 1 commit into from
Jun 22, 2024
Merged

Update test-on-push.yml with selenium services #10

merged 1 commit into from
Jun 22, 2024

Conversation

akarsh
Copy link
Owner

@akarsh akarsh commented Jun 22, 2024

Update test-on-push.yml with selenium services

  • Add services.selenium to set up the Selenium server using the selenium/standalone-chrome:latest Docker image. The server will be accessible on port 4444.
  • Add enchancement step "Wait for Selenium" to run a loop to check if the Selenium server is ready. It uses nc (Netcat) to test the connection to localhost:4444 and waits until it is available.

- Add services.selenium to set up the Selenium server using the selenium/standalone-chrome:latest Docker image. The server will be accessible on port 4444.
- Add enchancement step "Wait for Selenium" to run a loop to check if the Selenium server is ready. It uses nc (Netcat) to test the connection to localhost:4444 and waits until it is available.
@akarsh akarsh added the documentation Improvements or additions to documentation label Jun 22, 2024
@akarsh akarsh self-assigned this Jun 22, 2024
@akarsh akarsh merged commit fe6199d into main Jun 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant