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

Part 13 | Selenium With Python Tutorial For Beginners | Parallel Execution in Pytest Framework

Поделиться
HTML-код
  • Опубликовано: 10 июл 2023
  • #seleniumtutorial
    In this video today, I'm going to talk about how to run parallel execution in pytest framework.
    There is a plugin called as pytest-xdist. This plugin extends pytest framework with new test execution modes and helps in distributing tests across multiple CPUs.
    So lets move inside the video to see it in action.
    ****************************************************************
    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...

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

  • @AKANKSHA395
    @AKANKSHA395 7 часов назад +1

    This is useful.

  • @VasuVashisht11
    @VasuVashisht11 10 месяцев назад +1

    There is an issue with chrome. I user chromium version and use executable path for that. So when i perform this parallel execution, this does not work

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

      I would suggest not to use an executable path. Now you should selenium manager or webdriver manager for browser binaries management.

  • @nagasreepravallikapamidigh340
    @nagasreepravallikapamidigh340 4 месяца назад +1

    How can i run 5 test cases in 5 different tabs in same window instead of different windows

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

      No. You cannot. Each browser window represents your webdriver object.

  • @user-pb6yt8qh3w
    @user-pb6yt8qh3w Год назад

    Can you show me the source code please