All notable changes to this project will be documented in this file.
- #18: Fix issue in MS Teams webhook URL validation
- #15: New option
shouldRun
to control when to report based on suite values
- #10: Update to the
linkToResultsUrl
andlinkUrlOnFailure
options to support a function that returns the URL
- #7: Fix for Power Automate webhook URL validation
- #4: Added support for flaky tests
- #5: Added the
enableEmoji
setting to show an emoji based on the test status
- Included the type definition files
- Updated project information
- #2: Added the
linkUrlOnFailure
andlinkTextOnFailure
options - #3: Sending duplicate results to the webhook
- Set the default value for the
webhookType
option topowerautomate
.
- The reporter now supports Microsoft Teams incoming webhooks and Power Automate webhooks. You can configure this in the
webhookType
option.
- Added Microsoft Teams incoming webhook URL validation
- Added Jest tests
- Added
debug
option to show the options that are used, plus the payload that is sent to the Microsoft Teams webhook.
- Update readme with more information on how to use the configuration options.
- Initial release of the
playwright-msteams-reporter
.