All Collections
Troubleshooting
Test Results
I Can’t See My Test Results
I Can’t See My Test Results

Common problems to check when you can not see your test results.

Alan Parkinson avatar
Written by Alan Parkinson
Updated over a week ago

1 - Is the commit SHA being uploaded the most relevant and latest one for your branch?

Test results are based on the Git commits so the SHA provided needs to be the latest that is represented in Git/Behave Pro.

This is usually achieved by incorporating the results upload stage into your CI pipeline; although if you are testing manually we would recommend make sure you send the latest commit SHA with your HTTP request.

If you are using feature branching, the Issue will have its own feature branch, the commit being represented by the issue will be different than that shown on the requirements page (the base branch). This means that for the test reports to be shown on the user story you will need to upload a report for the head SHA of the branch the issue represents.


2 - Is the correct JSON file being uploaded?

Different test automation tools can generate different test results, please make sure you have a valid JSON file and have the correct uri field , your reports won't be visible for you if you are missing or have wrong the URI property in your JSON report. This needs to match the path that is also represented in the Git repository, for example:

"uri": "Features/FeatureFileName.feature"

This is how Behave Pro is able to create a link between the Feature data and test reports.

3 - Test results may take some time to process

Test results do need to be processed to then be displayed in your Behave Pro requirements page; this may take some time especially if it is a large batch. Try waiting some time and then refreshing the page.

4 - Checking your JSON schema

If you are using a type of test reporting that we have not covered in our documentation it might be worth checking your JSON test results against the Cucumber schema, the links to this are below.

Did this answer your question?