getgauge/gauge-vscode

All tests are shown in test explorer but it's not grouped based on the base package name

balaji2711 opened this issue · 0 comments

All tests are shown in test explorer but it's not segregated based on the base package name

Steps to reproduce -

  1. Create two folders - In my case, I named cms and demo.

  2. Under these folders, create folders like features --> specs --> create spec files here. PFA for the screen-shot
    image

  3. Observe the test explorer. PFA for the screenshot.
    image

Actual result: All tests are shown but it's not segregated based on the folder (i.e. base package)
Expected result: All tests should show under the folder (i.e. base package)
Example:
cms
-- Login
--Logout
demo
--Login
--Logout

@zabil @killpanda @sriv @riju91 @surajbarkale