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

Part 8 | Selenium With Python Tutorial For Beginners | Filter your test using pytest | Pytest Marker

Поделиться
HTML-код
  • Опубликовано: 29 май 2023
  • #seleniumtutorial
    In this video I'm going to discuss how we can filter our test.
    When we have a large number of test cases, automated, then we'll have many test files and test methods with us. And not always we want to run that large number of automated test cases because it takes time to execute all those test cases.
    So we want to run a specific set of tests. In that case we need to filter our tests based on the requirement.
    Today we'll see how we can filter out our test during test execution using pytest test filters and pytest markers.
    ****************************************************************
    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

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

    Thank you for your tutorials! The playlist covers every important aspects of pytest. It's really helpful. It will be a go-to playlist throughout my career.

  • @BreeStreet14
    @BreeStreet14 Год назад +1

    Help I have = pytest 7.4.0 - cannot run this Tutorial -- Please help?

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

      It should perfectly work on this version also. Could you please share the error?

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

      @@maximumautomation I was being silly, ran tutorial initially in pytest console instead of Terminal - sorted , Thank You soooo very much