Azure / Azure/pytest-azurepipelines

Test results not uploaded if marker is used

Open
#41 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
124
Forks
44
PR merge metrics
No merged PRs in 30d

Description

On AzureDevOps, i cannot see my test results if i use marker for pytest.

This command works, Test results are on release pipeline
`pytest --workingfolder=c:\APP --IOzipfile=InputOutput_v09.setting.zip --nunitxml=test-results.xml`

This command doesn't upload results
`pytest -m mymarker --workingfolder=c:\APP --IOzipfile=InputOutput_v09.setting.zip --nunitxml=test-results.xml`

Sorry for my english!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.