2020-10-10 21:40:06 +00:00
|
|
|
[pytest]
|
2024-07-23 18:27:07 +00:00
|
|
|
addopts = -s -v --durations=0
|
2020-10-10 21:40:06 +00:00
|
|
|
testpaths = pytests
|
2024-07-23 17:05:15 +00:00
|
|
|
markers =
|
|
|
|
chrome: chrome tests only.
|
|
|
|
firefox: firefox tests only.
|
|
|
|
edge: msedge tests only.
|