hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Jest-Cucumber tests not displaying #108

Closed Kradirhamik closed 4 years ago

Kradirhamik commented 4 years ago

Hi,

I'm using jest-cucumber library and although I have tried to set up the Jest configuration, the tests do not display at all.

Can you please check this issue?

AlexHaxe commented 4 years ago

I guess this is more an issue for https://github.com/rtbenfield/vscode-jest-test-adapter/issues because vscode-test-explorer only shows what test adapters report.

According to its README.md

Currently limited to Jest being available from the ./node_modules/.bin/jest path from the VS Code workspace directory. We are working to make this more flexible.

hbenl commented 4 years ago

This issue clearly belongs in the Jest adapter's repository linked above.