Skip to content

Commit e8661dc

Browse files
committed
Typo error fix
1 parent 0b63a1d commit e8661dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
22
tasks:
33
- init: pip install selenium && export PYTHONWARNINGS="ignore:Unverified HTTPS request" # runs during prebuild
4-
command: python google-serach-lambdatest.py
4+
command: python google-search-lambdatest.py
55

66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export PYTHONWARNINGS="ignore:Unverified HTTPS request" //Disable ssl warning
2222

2323
### Executing Test
2424
```bash
25-
python google-serach-lambdatest.py
25+
python google-search-lambdatest.py
2626
```
2727
## About LambdaTest
2828
[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. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your [selenium automation testing](https://www.lambdatest.com/selenium-automation) to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.

0 commit comments

Comments
 (0)