Aymen Furter | Senior Software Engineer · Aug 1, 2022
Using Selenium within GitHub Actions
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
When working with GitHub Actions it can be useful to use Selenium. A common use case is for example the verification of a deployment (e.g. checking if a SPA is rendered correctly). With Selenium code, a user using a browser can be simulated. Setting up the Chrome Driver The Chrome Driver must be set up specifically to work correctly within a GitHub Action Runtime. This is the configuration I am…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.