Test Specs can now be grouped using repo source folders. When a large number of test specs are required, it is often useful to group similar tests in folders. Testspace automatically recognizes the folders and presents them in the listing.
Each group will maintain its status, along with an Overall
status.
The following repo example - https://github.com/testspace-com/demo - uses two groups: account
and power
:
root
└─ specs
└─ account
└─ logout.md
└─ sign-in.md
└─ sign-up.md
└─ power
└─ turn-off-power.md
└─ turn-on-power.md
└─ ..
└─ .testspace.yml
..
The results
will maintained status corresponding to the grouped defined in the repo. For this example: