We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7e8d commit 1da6b88Copy full SHA for 1da6b88
examples/verify_undetected.py
@@ -5,7 +5,7 @@
5
6
if __name__ == "__main__":
7
from pytest import main
8
- main([__file__, "--uc", "--incognito", "-s"])
+ main([__file__, "--uc", "--incognito", "-s", "--uc-cdp-events"])
9
10
11
class UndetectedTest(BaseCase):
0 commit comments