behave-framework/pytest.ini

8 lines
162 B
INI
Raw Permalink Normal View History

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