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 f0e33fe commit 3aca676Copy full SHA for 3aca676
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=himanshuj
13
- export LT_ACCESS_KEY=Ia1Miq
+ export LT_USERNAME=himanshujlambdatest
+ export LT_ACCESS_KEY=URsVCP7vFs0pY9QVs016neJhZ2BuynstLaGYYzuZzdHB7r8x8s
14
15
.PHONY: test
16
test:
@@ -53,6 +53,9 @@ clean:
53
find . | grep -E "(.DS_Store)" | xargs rm -rf
54
@echo "Clean of DS_Store Succeded"
55
56
+ find . | grep -E "(.cache)" | xargs rm -rf
57
+ @echo "Pytest Cache clean Succeded"
58
+
59
.PHONY: distclean
60
distclean: clean
61
rm -rf venv
0 commit comments