5

Recently Playwright implemented new UI mode which could be runned with npx playwright test --ui I'm using cucumber-js with Playwright. Is any way to run cucumber tests with playwright in that --ui mode?

I tried to run cucumber-js with that flag, but as expected this wasn't helpful.

Mi4i0
  • 51
  • 1
  • 3
    How do you currently run your cucumber-js tests with playwright? Please share the code. – Vishal Aggarwal Apr 17 '23 at 14:17
  • And what do you mean by "this was n't helpful"? Did you get any error? – Vishal Aggarwal Apr 17 '23 at 20:53
  • Hi, Vishal! This is my pet-project https://github.com/mi4i0/playwright-cucumber-pet/tree/master/e2e I'm trying to start it with cucumber script from package.json. I get expected error that cucumber-js don't have --ui flag – Mi4i0 Apr 19 '23 at 07:11

0 Answers0