git clone git@github.com:sotayamashita/playground-cucumber-playwright.git
cd playground-cucumber-playwright
pnpm install
It will generate an HTML report under cucumber-report/
after executing the command below:
pnpm run test:cucumber
It will generate an HTML report under playwright-report/
after executing the command below:
pnpm run test:playwright