devops test automation
How to run Selenium WebDriver tests on free GitLab CI
Introduction You might want to run a test that is hosted on GitLab. Instead of clone, build, and run the tests locally you would like to do it on a CI/CD application. Thankfully GitLab has the GitLab CI, where you can use it to run your pipeline. Wherever you want Read more…