Это видео недоступно.
Сожалеем об этом.

Part 17 | Selenium With Python Tutorial For Beginners | How to integrate allure report with pytest

Поделиться
HTML-код
  • Опубликовано: 14 авг 2023
  • #seleniumtutorial
    ****************************************************************
    GitHub Repo : github.com/Max...
    Git Tutorial : • #1 Git Tutorial | Vers...
    Selenium Java Tutorial : • Selenium with Java | C...
    Selenium C# Tutorial :
    • Selenium with C# | Klo...
    Allure Reports : • Allure Report | Integr...
    Jenkins Tutorial : • #2 Jenkins Integration...

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

  • @Mustafa-uj5vf
    @Mustafa-uj5vf 6 месяцев назад +1

    Could you please show to add video recording to the Allure report?

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

      You can watch the video below. I hope it'll help.
      ruclips.net/video/-7ft-pKH99A/видео.html

  • @saicharanmiriyala4985
    @saicharanmiriyala4985 2 месяца назад

    Do we need do to setup anything apart from installing pytest-allure package because i did install package but while serving the report it's saying allure command is not recognised

    • @maximumautomation
      @maximumautomation  2 месяца назад +1

      Yes, you need to set up allure framework in your system. Please watch the first part of the video below for the same.
      ruclips.net/video/ZcdJP0cos8o/видео.htmlsi=-0r-056SfRmhbHn3

    • @saicharanmiriyala4985
      @saicharanmiriyala4985 2 месяца назад +1

      @@maximumautomation thanks

  • @pavan8191
    @pavan8191 Год назад

    how to use webdriver wait for shadow dom elements?

    • @maximumautomation
      @maximumautomation  11 месяцев назад

      You can use web driver wait method as follows.
      wait.until(ExpectedConditions.visibilityOf(shadowRootElement.findElement(By.className("class"))));

    • @pavan8191
      @pavan8191 11 месяцев назад

      @@maximumautomation but the element is loacted under a nested shadow dom,how to use in this case?