Hi team, In build plan, test parser tasks are available. In deployment project environment there is no test parser task are available. How to configure test parser plugins in deployment project environment task.
Is there any steps or plugins to configure test parsers like JUnit parser, TestNG parser, Nunit parser and so on.
If it is possible to add test parser tasks or any other method. Give me the solution to complete the task.
Hello Velu,
Welcome to Atlassian community.
Test parser tasks are available under Build Plan > Job > Tasks, the reason for that is these test parser scans for test cases during the build time ( As part of CI process ), the result is then provided under Test tab for each build result. This is part of CI process
Deployment projects and Deployment environments are designed to deploy the already completed builds, we don't expect to capture the status of test results here, hence you don't see any test case parsing tasks there.
Can you explain me your flow why would you want a test case parsing task under deployment environments?
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.