Hi Atlassian Support,
We are using Bitbucket Pipelines Tests (beta) with branch tracking for develop.
Issue
Test results from our scheduled custom pipeline do not appear under the repository Tests tab (Test summaries / Test executions). The same custom pipeline does show results when triggered manually on develop.
What we verified
develop (tracked for Tests).test-results/junit.xml.
artifacts.upload with type: test-reports.Expected
Scheduled runs on develop should create Test executions the same way manual runs on develop do.
Actual
Teardown uploads test results, but the scheduled pipeline’s build number does not appear in Test executions (while manual runs do).
Questions
Happy to provide full logs.
Thanks.