You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @soniachan, at the moment the results are generated as a .txt file in each test case folder.
The file is empty if the test is correct, it will contain the diff between execution and expected otherwise:
I am looking for ways to display the test case results in bamboo build.
Currently I can only workaround by invoking pester with another powershell script running the unit test. However, test cases are not displayed in bamboo with this approach.
How can we retrieve the unit test test results (*.xml)?
There are no test reports in 3_assert folder after test execution.
The text was updated successfully, but these errors were encountered: