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

Part 18 | Selenium Python Test Retry Feature Tutorial | Retry Failed Test Using Pytest Rerun Plugin

Поделиться
HTML-код
  • Опубликовано: 21 авг 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...

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

  • @ankitSharma-dd2qz
    @ankitSharma-dd2qz 9 месяцев назад +1

    Thank you so much there is no such video on You Tube.Thanks again

  • @deep.flight
    @deep.flight 14 дней назад

    Can you please tell me why I keep getting the error "Failed to establish a new connection: [WinError 10061] The connection was not established because the target computer rejected the connection request?
    This happens during the second loop of the program after time.sleep(random.randrange(10000, 15000))

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

    How to give more then one Exception type in the argument if we want to rerun the test case for those two types of exception. First is AssertionError and second is NoSuchElement

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

      You can pass the flag multiple times to add different errors into the list.
      E.g.
      pytest --reruns 2 --only-rerun AssertionError --only-rerun NoSuchElement