Skip to content

Commit 4bf98f3

Browse files
committed
Update the docs
1 parent e27163f commit 4bf98f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help_docs/recorder_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import ipdb; ipdb.set_trace()
2121
🔴 You can also activate Debug Mode at the start of your test by adding ``--trace`` as a ``pytest`` command-line option:
2222

2323
```bash
24-
pytest TEST_NAME.py --trace -s
24+
pytest TEST_NAME.py --trace --recorder -s
2525
```
2626

2727
🔴 Once you've reached the breakpoint, you can take control of the browser and add in any actions that you want recorded. When you are finished recording, type "``c``" on the command-line and press ``[Enter]`` to let the test continue from the breakpoint. After the test completes, a file called ``TEST_NAME_rec.py`` will be automatically created in the ``./recordings`` folder, which will include the actions performed by the test, and the manual actions that you added in. Below is a command-line notification:

0 commit comments

Comments
 (0)