We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0431bf3 commit f4d570aCopy full SHA for f4d570a
README.md
@@ -2,16 +2,16 @@
2
Automation test using AI powered by gpt
3
4
## Configuration .env file
5
-user=
6
-password=
7
-badUser=
8
-badPassword=
9
-ZEROSTEP_TOKEN=
+user=""
+password=""
+badUser=""
+badPassword=""
+ZEROSTEP_TOKEN=""
10
11
to get the zero step token you have to create an account in the oficial page.
12
13
## How to run
14
- npm run debugPlaywright` - Run in debug mode
+ npm run debugPlaywright - Run in debug mode
15
npm run regressionPlaywright - Run all the tests in headless mode
16
npm run regressionPlaywrightHeaded - Run all the test in head mode
17
npm run uiPlaywright - Run Playwright UI
0 commit comments