Skip to content

Commit 83e59a8

Browse files
authored
Update README.md
1 parent 4b476e1 commit 83e59a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
## Python unittest automation Lambdatest
22

3-
Python selenium automation sample test for Lambdatest Cloud GRID.
3+
Python selenium automation sample test for [LambdaTest](https://www.lambdatest.com/) cloud-based Selenium Grid.
44

55

66
## Install Python
77
- Download the latest python build from https://www.python.org/downloads/
88
- Make sure pip should installed. you can check using `pip --version`
99

1010

11-
### configuring test.
11+
### Configuring Test
1212
- Replace {username} with your username
1313
- Replace {accessToken} with your username
1414
- List of supported platfrom, browser, version can be found at https://www.lambdatest.com/capabilities-generator/
1515

1616

17-
### Installating dependencies.
17+
### Installating Dependencies
1818
```bash
1919
pip install selenium
2020
export PYTHONWARNINGS="ignore:Unverified HTTPS request" //Disable ssl warning
2121
```
2222

23-
### Executing test
23+
### Executing Test
2424
```bash
2525
python google-serach-lambdatest.py
2626
```
27+
## About LambdaTest
28+
[LambdaTest](https://www.lambdatest.com/) is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. All test data generated during testing including Selenium command logs, screenshots generated in testing, video logs, selenium logs, network logs, console logs, and metadata logs can be extracted using [LambdaTest automation APIs](https://www.lambdatest.com/support/docs/api-doc/). This data can then be used for creating custom reports.

0 commit comments

Comments
 (0)