pytest.ini (541B)
1 [pytest] 2 console_output_style = classic 3 markers = 4 only_platforms: only run tests on specific platforms (mac, linux, windows, android) 5 skip_platforms: skip tests on specific platforms (mac, linux, windows, android) 6 with_shims: enable web-compat shims 7 without_shims: disable web-compat shims 8 without_storage_partitioning: disable partitioning of non-cookie third-party web storage 9 with_private_browsing: run test in a private browsing window 10 with_strict_etp: enable strict ETP mode 11 without_tcp: disable Total Cookie Protection