Balrog994 / cucumber-test-runner

An Extension for Visual Studio Code to Run and Debug CucumberJS Tests
MIT License
4 stars 6 forks source link

Compatibility with Playwright? #17

Open csidon opened 6 months ago

csidon commented 6 months ago

In the future would there be any plan for compatibility with Playwright?

I have some tests that run Cucumber tests using the Playwright framework and managed to get the extension to start the test running with a set environment, but it stops there an doesn't provide further feedback.

I tried installing on a bare-bones cucumber-playwright test example (https://spurqlabs.com/how-to-create-a-bdd-automation-framework-using-cucumber-in-javascript-and-playwright/) and as far as I can see it finds the scenario and breaks it down to the steps and action types needed, but then doesn't know how to proceed. image

Apologies, I'm really new to dev and this is the first time I've looked into creating/modifying extensions of any sort, so my experience with tracing is quite limited. Please let me know if/how I can provide more information where needed.

Like argentlynx, I wasn't sure how to raise this as a feature request. Please let me know if you'd like to move it to another place.

hardymj commented 5 months ago

@csidon Not sure if its the same issue as i looked into for this one. https://github.com/Balrog994/cucumber-test-runner/issues/18

But I got Playwright opening up albeit it, I don't fully understand playwright enough to see why it failed