Pytest - link function\row with local variables (optimization of tests)

前端 未结 0 890
甜味超标
甜味超标 2021-02-10 04:30

conftest:

import pytest
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait


@pytest.fixture(autouse=True)
def driver():
    d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题