Skip to content

melisms/pwCucumberFramework

 
 

Repository files navigation

Web Test Automation with TypeScript, Playwright, and Cucumber

This project provides a foundation for testing web applications using TypeScript, Playwright, and Cucumber.

Configuration

1. package.json

Add the necessary scripts to the package.json file.

2. cucumber.js

Add a configuration file named cucumber.json to the project root directory.

3. tsconfig.json

Add a TypeScript configuration file named tsconfig.json to the project root directory.

Running Tests

To run the tests, use the following commands:

npm test --env=prod

npm test --env=qa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 99.0%
  • Other 1.0%