Skip to content

Commit 84bff81

Browse files
Merge pull request #8 from browserstack/webdriver-framework-readme-update
Update README.md for webdriver
2 parents e4940c8 + 4d0e489 commit 84bff81

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ The Selenium test tests are run on different platforms like on-prem, docker and
1616
## Repository setup
1717

1818
- Clone the repository
19+
```sh
20+
git clone https://github.com/browserstack/webdriver-framework.git
21+
```
22+
- Switch to the required branch
23+
```sh
24+
git checkout develop_webdriver-framework_python
25+
```
26+
- Install the webdriver-framework from the cloned repository locally
27+
```sh
28+
cd selenium
29+
pip install wheel
30+
pip install .
31+
```
32+
- Clone the current repository
33+
```sh
34+
git clone https://github.com/browserstack/browserstack-examples-robot.git
35+
```
1936

2037
- Ensure you have the following dependencies installed on the machine
2138
- Python 3

0 commit comments

Comments
 (0)