-
Improvement
-
Resolution: Done
-
Major
Request for change for the plugin: Micro Focus Application Automation Tools
Currently the configuration for this plugin has the parameter “Test Folder” and it is defined as follows:
The path of the test folder that will contain the uploaded test. The path doesn't include the Root test folder (Subject). For example, sampletestfolder\subfolder means, the tests will be uploaded to test folder named 'subfolder', which is under the test folder named 'sampletestfolder', and 'sampletestfolder' is under the root test folder 'Subject'.
The configuration of this parameter does NOT allow to upload tests cases in different subfolders.
Let me explain it with an example:
Our current project structure is someone like that:
Root/
- Automated tests/
- Module 1/
- Test A
- Test B
- Module 2/
- Test C
- Module 3/
- Test D
- Module 1/
Let’s imagine that we have configure Jenkins like that:
When we made an execution, the plugin upload the tests like follows:
Root/
- Automated tests/
- Test A
- Test B
- Test C
- Test D
- Module 1/
- Test A
- Test B
- Module 2/
- Test C
- Module 3/
- Test D
In this case, we want to avoid the duplication of these test cases.
We think that this is a very common situation where typically test cases are defined in different folders to have a better organizations, so the plugin should be able to localize them in the hierarchy.
See attached document
Hi scuenca,
1. Are you saying the tests were uploaded to Root/Automated tests/ and either to Root/Automated/Module 1, Root/Automated/Module 2, Root/Automated/Module 3?
2. Currently only one path you can define in Jenkins plugin. For example here's Root/Automated tests/. If you want to define multiple patchs, which folder would you like the different tests being uploaded to?