How to Run Java Selenium Tests in GitLab CI/CD Pipeline

preview_player
Показать описание
Here's a quick introduction to how to run Java tests in GitLab CI/CD Pipeline. The tests will run every time you push changes to the repository.

More about CI:
More about test automation:

Chapters
00:00 - Standalone Chrome in GitLab Pipeline
8:39 - Cross Browser Tests in GitLab Pipeline
10:04 - Parallel Jobs
12:28 - Parallel Matrix
14:03 - Test Reports
Рекомендации по теме
Комментарии
Автор

Very useful and comprehensive video. Thanks.

vikmac
Автор

Very interesting and helpful. However, this is not Selenium Grid. We can run in parallel tests in different browsers, but the maximum number of concurrent sessions in a standalone Chrome Docker container is 1, so we cannot run tests in parallel in more than one Chrome instance. Am I right? Do you have example with Selenium Grid (hub and nodes)?

dragandragan
visit shbcf.ru