Playwright_Cucumber_TS icon indicating copy to clipboard operation
Playwright_Cucumber_TS copied to clipboard

Playwright + Cucumber BDD + Typescript, simple & easiest way to learn and implement

Results 7 Playwright_Cucumber_TS issues
Sort by recently updated
recently updated
newest added

I am currently using cypress and cypress-cucumber-preprocessor library. We have to execute tests parallelly, this library does everything. Would like to know if there is a way to integrate this...

- Fixed passing tags and browser as npm arguments - Appended Browser and OS details to report - Enabled opening trace files from hosted report - Added npm script to...

I tried to configure Playwright + cucumber + Allure, i could generate the report but it is not showing up all information under steps. Example: In the cucumber steps, i...

Hi Kaushik.. First and foremost, thank you for all of your hard work in teaching us. I notice that with the most recent GitHub activities, the scenario is not executing...

npm ERR! Missing script: "test" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run npm ERR! A complete log of this run can be...

In my project, we have to use more env variable and those will be passed via CLI. how to pass the CLI

I want to launch browsers (chrome, firefox and MSedge) in **normal mode**. But here it is launching in Incognito mode. Could you please help me where we need to change...