All tests are shown in test explorer but it's not grouped based on the base package name
balaji2711 opened this issue · 0 comments
balaji2711 commented
All tests are shown in test explorer but it's not segregated based on the base package name
Steps to reproduce -
-
Create two folders - In my case, I named cms and demo.
-
Under these folders, create folders like features --> specs --> create spec files here. PFA for the screen-shot
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