get no feedback on perfomed tests within a pipeline

Iosu Santurtun 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

0 votes
Answer accepted
Iosu Santurtun 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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events