File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ Tutorials and sample web automation tests project using Selenium and Python
7
7
python -V
8
8
```
9
9
2. Clone this repository to your local machine.
10
- 3. Open folder (`python`) in VS Code.
11
- 4. Using terminal navigate to a project and run `pip install`
10
+ 3. Open folder (`selenium-webdriver- python`) in VS Code.
11
+ 4. Using terminal navigate to project folder and run
12
12
```PS
13
13
pip install -r requirements.txt
14
14
```
15
15
16
16
## Usage
17
17
1. Make sure you have the appropriate browser installed (`https://www.selenium.dev/documentation/webdriver/browsers/`)
18
18
2. Open the project directory in VS Code or your preferred IDE.
19
- 4 . Run the tests using your preferred test runner or IDE or from terminal, e.g. use any of the below:
19
+ 3 . Run the tests using your preferred test runner or IDE or from terminal, e.g. use any of the below:
20
20
```PS
21
21
pytest .\tests\test_selenium_web_form.py
22
22
pytest -m selenium
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " python "
2
+ name = " selenium_webdriver_python "
3
3
version = " 1.0.0"
4
4
dependencies = [
5
5
" pytest" ,
6
6
" pytest-html" ,
7
+ " pytest-xdist" ,
7
8
" selenium"
8
9
]
9
10
requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments