In this article, we will explore how test cases are linked to a specific project within TestOps.
Initial Setup
Our system contains multiple projects:
Project A
Project B
We execute tests using allurectl, where test cases originate from Project A, but the result files are uploaded to Project B.
Explanation
In your test case code, an Allure ID is assigned. This means that the test case is explicitly linked to a specific project.
If you then upload Test Results files from these test cases (from Project A) to another project (Project B), you will see the Launch with this files. However, after closing the launch, test cases will not be created in Project B because they are already associated with another project (Project A). This is expected behavior.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article