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