From 27c8c098672f957c2f8b6548959f6b054f3fa76f Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Wed, 6 Nov 2024 18:23:02 +0530 Subject: [PATCH] fix python README.md for running tests --- examples/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/README.md b/examples/python/README.md index f0aaefb2f8fb..2db5f25cb9a5 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -32,7 +32,7 @@ pytest ## Execute a specific example To run a specific Selenium Python example, use the following command: ```bash -python first_script.py +pytest path/to/test_script.py ``` -Make sure to replace `first_script.py` with the path and name of the example you want to run. +Make sure to replace `path/to/test_script.py` with the path and name of the example you want to run. \ No newline at end of file