pytest-messenger
pytest-messenger copied to clipboard
Detailed Failure message capture
Is there a way to capture the Failure reason for the test case along with the test name? Currently it only gives number of passed and failed test cases as below.
Passed=3 Failed=1 Skipped=0 Error=0 XFailed=0 XPassed=0
Could you please explain in details what are you want to see. Basically slack used for small messages, not for detailed reports.
you can use --slack_report_link option to add the link to your full report. It's more convinient way in my hubmble opinion.
@LaserPhaser I run tests on a Linux server and we don't have a public URL for reports. It will be helpful at least to see what are the failed test names.
@LaserPhaser I run tests on a Linux server and we don't have a public URL for reports. It will be helpful at least to see what are the failed test names.
I think it makes sense