Skip to content

Commit 27c8c09

Browse files
committed
fix python README.md for running tests
1 parent 41b6d6b commit 27c8c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest
3232
## Execute a specific example
3333
To run a specific Selenium Python example, use the following command:
3434
```bash
35-
python first_script.py
35+
pytest path/to/test_script.py
3636
```
3737

38-
Make sure to replace `first_script.py` with the path and name of the example you want to run.
38+
Make sure to replace `path/to/test_script.py` with the path and name of the example you want to run.

0 commit comments

Comments
 (0)