Case
I have a library project and I want to add a few tests into it and publish them to Orchestrator in order to run them. I am using Studio 2024.10.8.
Problem
When I add a test case into the library, set the test case file as publishable and then when I publish it via Publish > Publish Test Cases, it automatically converts the whole project into a test project.
I noticed the conversion after I closed and reopened the project because activity layout seemed strange and then I checked the updated project.json.
Converted from Library to Tests and also renamed the project:
This also happens with a normal automation project, so it’s not a library specific problem. It must be a bug, right? I want to keep the project as it is, a normal project. With some older Studio version this did not happen, and I could publish either the project or the tests cases without any problems.