File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
tests/address_bar_and_search Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ pypom = "*"
16
16
jsonpath-ng = " *"
17
17
pillow = " *"
18
18
pyfxa = " *"
19
+ pytest-rerunfailures = " *"
19
20
20
21
[dev-packages ]
21
22
werkzeug = " *"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ markers = [
16
16
testpaths = [
17
17
" tests"
18
18
]
19
- addopts = " -vs --ci -m 'not incident and not unstable' --html=artifacts/report.html"
19
+ addopts = " -vs --ci --reruns 2 --reruns-delay 1 - m 'not incident and not unstable' --html=artifacts/report.html"
20
20
21
21
[tool .ruff ]
22
22
target-version = " py310"
Original file line number Diff line number Diff line change 1
1
import time
2
2
3
+ import pytest
3
4
from selenium .webdriver import Firefox
4
5
5
6
from modules .browser_object_navigation import Navigation
8
9
from modules .util import Utilities
9
10
10
11
12
+ @pytest .mark .unstable
11
13
def test_sap_google_adclick (driver : Firefox ):
12
14
"""
13
15
C1365108, Test SAP Google adclick - URL bar - US
You can’t perform that action at this time.
0 commit comments