This project provides a foundation for testing web applications using TypeScript, Playwright, and Cucumber.
Add the necessary scripts to the package.json file.
Add a configuration file named cucumber.json to the project root directory.
Add a TypeScript configuration file named tsconfig.json to the project root directory.
To run the tests, use the following commands:
npm test --env=prod
npm test --env=qa