apallier
apallier
Actually, if you use `@pytest.mark.skip()`, the test will be skipped at the collection stage (**"before"** the tests execution). It's different from executing a test and skipping it along the way...
Hello @conversica-aaronpa, options `--tr-run-id` and `--tr-plan-id` don't allow to automatically create testrun. Your testplan must contained one or more testruns. Actually, these options work only on existing testplan/run. If you...
@conversica-aaronpa OK, feel free to open a pull request.
Hi @DougPlumley I think what you want is possible thanks to `postprocessor` param: https://github.com/martinblech/xmltodict/blob/master/xmltodict.py#L235