You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,13 @@ You can generate capabilities for your test requirements with the help of our in
98
98
**Step 5:** You would need to execute the below command in your terminal/cmd.
99
99
100
100
```bash
101
-
python google-search-lambdatest.py
101
+
python lambdatest.py
102
102
```
103
+
For python3 use
104
+
```bash
105
+
python3 lambdatest.py
106
+
```
107
+
103
108
Your test results would be displayed on the test console (or command-line interface if you are using terminal/cmd) and on LambdaTest automation dashboard.
0 commit comments