abhinaba-ghosh / cucumber-quick

:rabbit2: vscode extension to run cucumber scenarios quickly and easily
https://marketplace.visualstudio.com/items?itemName=AbhinabaGhosh.cucumberquick
MIT License
5 stars 7 forks source link

unable to read cucumber-quick configuration #5

Closed rajivsavroop closed 4 years ago

rajivsavroop commented 4 years ago

Hi Abhinaba,

Getting following unable to read cucumber-quick configuration when trying to run scenarios or features.

project root/.vscode/settings.json

{ "cucumber-quick": { "tool": "webdriverio", "script": "npx wdio wdio.conf.js" } }

Using following libraries "@wdio/cli": "^6.1.16", "@wdio/cucumber-framework":` "^6.1.13",

rajivsavroop commented 4 years ago

Resolved with help of the closed issue https://github.com/abhinaba-ghosh/cucumber-quick/issues/3. thanks for the video. I had to open the project as a separate workspace.