Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 550 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 550 Bytes

zeroStepAI

Automation test using AI powered by gpt

Configuration

just run the command

npm i

Create .env file

user=""
password=""
badUser=""
badPassword=""
ZEROSTEP_TOKEN=""

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

How to run

npm run debugPlaywright - Run in debug mode
npm run regressionPlaywright - Run all the tests in headless mode
npm run regressionPlaywrightHeaded - Run all the test in head mode
npm run uiPlaywright - Run Playwright UI

Created by Victor Garcia