Skip to content

Commit f4d570a

Browse files
wp
1 parent 0431bf3 commit f4d570a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Automation test using AI powered by gpt
33

44
## Configuration .env file
5-
user=
6-
password=
7-
badUser=
8-
badPassword=
9-
ZEROSTEP_TOKEN=
5+
user=""
6+
password=""
7+
badUser=""
8+
badPassword=""
9+
ZEROSTEP_TOKEN=""
1010

1111
to get the zero step token you have to create an account in the oficial page.
1212

1313
## How to run
14-
npm run debugPlaywright` - Run in debug mode
14+
npm run debugPlaywright - Run in debug mode
1515
npm run regressionPlaywright - Run all the tests in headless mode
1616
npm run regressionPlaywrightHeaded - Run all the test in head mode
1717
npm run uiPlaywright - Run Playwright UI

0 commit comments

Comments
 (0)