pytest-dev / pytest-messenger

Pytest-messenger report plugin for all popular messengers like: Slack, DingTalk, Telegram
https://pypi.org/project/pytest-messenger
MIT License
67 stars 15 forks source link

Add verbosity level #14

Open LaserPhaser opened 5 years ago

LaserPhaser commented 5 years ago

Add verbosity level to report pytest details to the slack channel. Verbosity level must be added as an options (--slack_verbose=[1...3]) Levels: 1) only red/green label 2) #1 + number of failed/passsed/skipped/errored tests 3) #2 + default pytests output as attachment

vlad-stack commented 5 months ago

Some extra details about failed tests definitely should be helpful