I would like to run my test suite and get report for it. I used this command for it on my circleci config.yaml file: python3 -m pytest --junitxtml=test-results/junit.xtml -m "functional"
I would like to know what I did wrong and what should be changed?
I also added pytest.ini file with markers, but it look like it doesn’t see it