@empiricalrun/test-gen
v0.78.1
Published
## Usage
Readme
test-gen
Usage
npx @empiricalrun/test-gen@latest --token TEST_GEN_TOKENTo generate a token, use the below
const scenario = {
name: "incorrect password flow",
steps: [
"fill in the username as [email protected]",
"fill in the password as bazbaz",
"click on the login button",
],
group: "home",
};
btoa(JSON.stringify(scenario));During development
npx /path/to/packages/test-gen/. 