Introduction
A CLI tool offering a setup routine for Testla Screenplay allowing you to pick the needed packages during the install process. It creates a full project folder structure with sample Screenplay elements like Actions and Questions so that you can start writing test code right away without going through a complicated manual setup phase.
Start the installation as followes based on the package manager of your choice:
- npm
- npx
- Yarn
- pnpm
npm init @testla/screenplay
npx @testla/create-screenplay
yarn create @testla/screenplay
pnpm create @testla/screenplay