Run Selenium Tests in Gitlab CI/CD Pipeline

Поделиться
HTML-код
  • Опубликовано: 16 дек 2024

Комментарии • 10

  • @fadelkouyate1523
    @fadelkouyate1523 Месяц назад +1

    Thanks, very helpful for me 🥰

  • @Sergio28290
    @Sergio28290 7 месяцев назад +2

    Great video! If it had been added how to register a gitlab runner, it would have been super

    • @errorfarm
      @errorfarm  7 месяцев назад

      Thanks for the idea!

  • @ZohrehEzatii
    @ZohrehEzatii 6 месяцев назад

    Thanks , very helpful 🤩

    • @errorfarm
      @errorfarm  6 месяцев назад +1

      Thank you for the feedback!

  • @milachitailo
    @milachitailo 5 месяцев назад +1

    Super helpful! Could you please also explain how to add screenshots to the report please? If it is possible of course 😊

    • @errorfarm
      @errorfarm  5 месяцев назад

      Thanks for the feedback! Saving screenshots to the reports is not supported as well as in other platforms like Playwright. I'll add that to my todo list and probably make another video about it.

  • @quangtrinhngoc3273
    @quangtrinhngoc3273 26 дней назад +1

    Help me
    I tried running serenity in gitlab with ci/cd, but so error: Could not instantiate class org.openqa.selenium.chrome.ChromeDriver
    I tried fixing it with a number of solutions online but it didn't work

    • @errorfarm
      @errorfarm  26 дней назад

      There isn't any clear fixes for that. First I'd try if Firefox or Webkit works. If one of the browsers work it's a Chrome setup issue or version issue. If none of the browsers work, it's POM issue or maybe mvn command parameter issue, like someone said that he could make it work by not using mvn clean install.