behave-framework/pytest.ini
Greg Gauthier 82a4fcbc35
All checks were successful
Execute / build (3.12) (push) Successful in 1m12s
Pylint / build (3.12) (push) Successful in 13s
this could be it!
2024-07-23 19:27:07 +01:00

8 lines
162 B
INI

[pytest]
addopts = -s -v --durations=0
testpaths = pytests
markers =
chrome: chrome tests only.
firefox: firefox tests only.
edge: msedge tests only.