Skip to content

sotayamashita/playground-cucumber-playwright

Repository files navigation

Cucumber + Playwright

Setup

git clone [email protected]:sotayamashita/playground-cucumber-playwright.git
cd playground-cucumber-playwright

pnpm install

Running tests

Runing tests by cucumber

It will generate an HTML report under cucumber-report/ after executing the command below:

pnpm run test:cucumber

Running tests by playwright

It will generate an HTML report under playwright-report/ after executing the command below:

pnpm run test:playwright

Acknowledgement