Lee_M's avatar
Lee_M
Community Hero
3 years ago
Status:
New Idea

Folder Order

Currently, in Project Explorer, you can organize your tests into directories and files

 

I would like to have the ability to organize this into a more logical order

 

 

e.g. run order

 

- Folder

-- Login
-- Do_Something
-- Logout

 

 

Currently, this would be displayed as - which is not a logical run order

 

- Folder

-- Do_Something

-- Login
-- Logout

 

 

if you want a logical order you will have to change the names slightly to (or similar)

- Folder

-- 1_Login
-- 2_Do_Something
-- 3_Logout

 

 

No CommentsBe the first to comment