From the course: Learning Selenium: Structure, Scale, Run, and Optimize Automated Tests
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Solution: Run tests in CI with GitHub Actions - Selenium Tutorial
From the course: Learning Selenium: Structure, Scale, Run, and Optimize Automated Tests
Solution: Run tests in CI with GitHub Actions
(bright music) - [Instructor] So the solution is quite simple as described in the slides, click on the fork button and then it'll clone the repository on your side and you will have all the admin rights. So you will see the actions button then, click on the actions button, and once you click on the action button, you would see this page. Now remember, you need to run the workflow on the correct branch. If you run it on 04_03, the workflow will pass. But if you run it on main, it'll fail. So you need to go to 04 and let's go 03 branch and then click on actions. So once you're there, you just go to the Selenium test and run the workflow and select the branch. The branch should be 04_03 and run workflow. So it'll just show you how many workflow runs have happened. I've just refreshed my screen to see the third one, which is running. It'll build, it'll do bits of the process, and you can tell that you are on the right branch by looking at a failure. So this previous workflow failed…