Skip to content

Commit aa5ecd9

Browse files
committed
Update pytest.ini for Recorder-generated files
1 parent 401ca7f commit aa5ecd9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4873,10 +4873,8 @@ def __process_recorded_actions(self):
48734873

48744874
data = []
48754875
data.append("[pytest]")
4876-
data.append(
4877-
"addopts = --capture=no -p no:cacheprovider --ignore=recordings"
4878-
)
4879-
data.append("norecursedirs = .* build dist recordings temp")
4876+
data.append("addopts = --capture=no -p no:cacheprovider")
4877+
data.append("norecursedirs = .* build dist recordings temp assets")
48804878
data.append("filterwarnings =")
48814879
data.append(" ignore::pytest.PytestWarning")
48824880
data.append(" ignore:.*U.*mode is deprecated:DeprecationWarning")

0 commit comments

Comments
 (0)