1
0
Fork 0

更新 app/test/conftest.py

Bug555-chenshiying
陳詩穎 2024-06-25 01:58:26 +08:00
parent aa8d8b75e0
commit 29627ec87a
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@ def URL():
@pytest.fixture
def driver():
my_driver = webdriver.Edge() # uncomment this line if you wish to run the test on your laptop
my_driver = webdriver.Chrome()
return my_driver