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 7d9074d commit 8172a5bCopy full SHA for 8172a5b
help_docs/recorder_mode.md
@@ -29,8 +29,8 @@ pytest new_test.py --rec -q -s --url=wikipedia.org
29
>>>>>>>>>>>>>>>>>> PDB set_trace >>>>>>>>>>>>>>>>>
30
31
-> import pdb; pdb.set_trace()
32
-> .../YOUR_CURRENT_DIRECTORY/new_test.py(9)
33
-
+> PATH_TO_YOUR_CURRENT_DIRECTORY/new_test.py(9)
+....
34
5 def test_recording(self):
35
6 if self.recorder_ext and not self.xvfb:
36
7 # When you are done recording actions,
0 commit comments