I am using python to run my tests and have configured the .yml to produce an xml file. In my pytest program I have assigned a value to the record_property for each test.
However in the test tab the output shows this:
record_property = <function record_property.<locals>.append_property at 0x7f07adcdce18>
Is there a way that the test tab can output the given value in my pytest program?
I am very new to pipelines and would really appreciate any help.
Hi @[deleted]
The test tab will only show the test results that failed and the error message will depend on the XML report produced. Bitbucket pipelines will be compatible with xUnit/JUnit reports. You can get more details here:
I would suggest you check the report generated to see the content it has. Pipelines will show you what is there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.