We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4156c34 commit 350b81aCopy full SHA for 350b81a
README.md
@@ -3,6 +3,7 @@ Automation test using AI powered by gpt
3
4
## Configuration
5
Create .env file with the next values.
6
+ user=
7
user=
8
password=
9
badUser=
@@ -12,7 +13,7 @@ Create .env file with the next values.
12
13
to get the zero step token you have to create an account in the oficial page.
14
15
## How to run
- npm run debugPlaywright` - Run in debug mode
16
+ 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