Not all test cases are visible in the new (beta) tree after upgrade to 24.1.X release

Modified on Sun, 29 Dec, 2024 at 7:33 AM

Limitations

This article covers Allure TestOps versions 24.4.2 and onwards.

Symptoms

Not all test cases are visible in the test cases tree.

Cause

The versions 24.1.X and future versions now use different tree rendering mechanics comparing to version 5.

The development of the new mechanics was started in version 5 and if the and users modified the trees during the development phase, this could affect the background update of the new tree rendering, in other words it could be broken, resulting in the lack of some test cases in the tree structure.

Solution

Actually, there are several solutions.

Roll back to the old tree usage

In your user profile, please switch to the old tree in your profile (disable the highlighted switch). This should be considered as a temporary solution.

Make changes to the problem tree

In your project go to the tree section.

Make any changes, e.g. add a letter or a number to the name of the tree.

Save the tree.

Wait for a couple of minutes and check the Test Cases tree, all test cases should be now rendered.

Use API call to re-render the trees on the backend side

  1. Open swagger page of your instance (URL/swagger-ui.html)
  2. Locate test-case-tree-node-migration-controller
  3. Expand the section 
  4. Select /api/project/{projectId}/test-case/tree/{treeId}/migration
    1. It will be the 1st item of the said section
  5. Expand the required API call
  6. Click Try it out
  7. Fill the fields for Project ID and Tree ID
  8. Execute the API call
  9. Wait the completion of the tree rendering.

Here is how you can find project ID and Tree ID:




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article