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 3aca676 commit 6576ac1Copy full SHA for 6576ac1
Makefile
@@ -9,8 +9,8 @@ install:
9
$(PIP) install -r requirements.txt
10
@echo "Set env vars LT_USERNAME & LT_ACCESS_KEY"
11
# Procure Username and AccessKey from https://accounts.lambdatest.com/security
12
- export LT_USERNAME=himanshujlambdatest
13
- export LT_ACCESS_KEY=URsVCP7vFs0pY9QVs016neJhZ2BuynstLaGYYzuZzdHB7r8x8s
+ export LT_USERNAME=himanshuj
+ export LT_ACCESS_KEY=Ia1Miq
14
15
.PHONY: test
16
test:
0 commit comments