diff --git a/pytest.ini b/pytest.ini index c42ae19..d5aba57 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -s +addopts = -s -v --durations=0 testpaths = pytests markers = chrome: chrome tests only.