Details
-
New Feature
-
Status: Shipped
-
Resolution: Done
-
None
-
None
Description
When a user exports tests from a folder on Test Repository Board should be able to choose if the tests of sub-folders must be included or not. This setting will be available on the Doc. Generator dialog when the template is selected.
This option will be turned off by default if the user wants to include the tests of the sub-folders must change the setting.
Example
Parent folder
- Test-1
- Test-2
- Cucumber Tests(3)
- Test-3
- Test-4
- Test-5
- Manual Tests(2)
- Test-6
- Test-7
Sample template
//Printing Tests of the 1st level &{for issues} ${Key} &{end}
Result when the setting include sub-folders is turned off
Test-1 Test-2
Result when the setting include sub-folders is turned on
Test-1 Test-2 Test-3 Test-4 Test-5 Test-6 Test-7