We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278bed7 commit 8f62093Copy full SHA for 8f62093
lambdatest.py
@@ -2,8 +2,8 @@
2
import sys
3
from selenium import webdriver
4
5
-username = "firdausia" # Replace the username
6
-access_key = "U9X9M7Ck8lClEDPqyF87KOERu4uwbIjoOXBPxj9ThLfGHc9gA5" # Replace the access key
+username = "Your Username" # Replace the username
+access_key = "Your Access Key" # Replace the access key
7
8
class FirstSampleTest(unittest.TestCase):
9
# Generate capabilites from here: https://www.lambdatest.com/capabilities-generator/
@@ -57,4 +57,4 @@ def test_unit_user_should_able_to_add_item(self):
57
print (added_item)
58
59
if __name__ == "__main__":
60
- unittest.main()
+ unittest.main()
0 commit comments