I'm currently working with the Playwright BDD framework using TypeScript in VSCode, utilizing Cucumber. My settings.json and cucumber.js files are correctly configured, and all paths are correctly set. When I execute my UI tests from the command line, everything runs and passes successfully. However, when using the Test Explorer, the features and steps do not seem to bind correctly. Hovering over a feature or clicking F12 to navigate to a step definition results in "undefined steps," despite the steps being present.
Has anyone experienced similar issues or have insights on how to resolve this binding problem in the Test Explorer? Any help would be greatly appreciated!