-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile notification doesn't follow custom layout #213
Comments
hey @azad-resolver, currently it uses a default layout and ignores custom layout:
This is intended because there is not much real estate on the mobile notifications - see implementation here => #67 |
Ah gotcha! That's understandable of course. At first I was thinking it could try to use only the first line of the custom layout if that already includes a results overview but that would probably become too convoluted to check (what qualifies as an overview and what doesn't?). But what if there was a feature that allows to create a separate mobile custom layout, could that be an option in the future? |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Bug description
Notifications of the Slack mobile app don't follow the custom layout as they do in Slack itself.
It always looks like this:
Even if, for example, flaky and skipped tests were not part of the custom layout (or had different icons), it would still show those exact four icons in the mobile notification.
How to reproduce (please include a snippet of your Playwright Slack Reporter configuration)
Expected behavior
The mobile notification follows the custom layout as closely as possible.
Environment & setup
Our custom layout:
playwright-slack-report version
The text was updated successfully, but these errors were encountered: