Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information