Is it possible not to clean up empty folders in a tree? #2939
Replies: 1 comment
-
|
In TestOps, hierarchies are built based on custom fields. Once you’ve added the necessary custom fields to your project, you'll need to set up the correct hierarchy. Go to the project settings, add a new hierarchy tree (or edit an existing one), and configure it using the custom fields you've defined. More details about this process can be found here: https://docs.qameta.io/allure-testops/briefly/project/trees/ Next, you need to properly label your automated tests so that when result files are uploaded, the test cases are correctly organized within the hierarchy based on the metadata. You can learn more about this here: https://docs.qameta.io/allure-testops/briefly/test-cases/labels/ This is the only right way. If you have any questions about TestOps functionality, I kindly ask you to register your enquiry at https://help.qameta.io/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have a custom tree for our tests Team -> Feature -> Story. We want our developers to create Feature and Story via UI first, and then reuse these tags in code, to have exactly the same name for both ios/android/e2e tests. But at the moment if folder created in UI doesn't contain any tests with this tag assigned to them - it's getting removed. Is there a way to keep it?
Screen.Recording.2025-03-27.at.10.29.00.mov
Beta Was this translation helpful? Give feedback.
All reactions