Skip to content

Commit 0431bf3

Browse files
wp
1 parent 350b81a commit 0431bf3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# zeroStepAI
22
Automation test using AI powered by gpt
33

4-
## Configuration
5-
Create .env file with the next values.
6-
user=
7-
user=
8-
password=
9-
badUser=
10-
badPassword=
11-
ZEROSTEP_TOKEN=
4+
## Configuration .env file
5+
user=
6+
password=
7+
badUser=
8+
badPassword=
9+
ZEROSTEP_TOKEN=
1210

1311
to get the zero step token you have to create an account in the oficial page.
1412

1513
## How to run
16-
npm run debugPlaywright - Run in debug mode
14+
npm run debugPlaywright` - Run in debug mode
1715
npm run regressionPlaywright - Run all the tests in headless mode
1816
npm run regressionPlaywrightHeaded - Run all the test in head mode
1917
npm run uiPlaywright - Run Playwright UI

0 commit comments

Comments
 (0)