The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

get no feedback on perfomed tests within a pipeline

Iosu Santurtun
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 5, 2022

Hello!

i have the following step defined in my bitbucket-pipelines.yml file

    - step: &tests
        image: python:3.7.10-stretch
        name: run pytest
        deployment: staging
        caches:
          - pip
        script:
          - pip install -e .
          - pip install pytest>=5 pytest-cov pytest-testdox pytest-mock pyfakefs
          - pytest -v tests/ --junitxml=./test-results/junit.xml

and a custom pipeline to run this step only

    tests:
      - step: *tests

but when i run it, i see that report file is found and "uploaded" but then i have no feedback on the performed tests (and i see that "learn more about reports" link that  may be related?)

test_reports_not_showing.png

Is it any option somewhere that i am missing or need to activate any other thing?

thanks for reading!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Iosu Santurtun
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 6, 2022

i got it, removing the "deployment" part eliminates the "Redeploy" button and then, the tests results are shown

test_reports_showing.png

DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events