All notable changes to this project will be documented in this file.
- #20: Added
GitHubActionOptions
as export
- #20: Add declaration file to the package
- #17: Added the ability to define which types of test results should be shown in the summary
- Added
⏭️
icon for skipped tests - Added flaky test support
- #14: Added the
quiet
option to disable console logging +stdErr
output support
- #10: Added support for test annotations, tags, and describe titles per test
- #11: Added the ability to hide the header
- #8: Fix for missing duration and status property
- #6: Included logic to retrieve status from the test case when no results are available
- Add total passed, failed, and skipped to the summary
- Added warning test icon
- Added
skipped
status
- Show console logging
- Update test suite logic
- Added OS name
- Added browser/project name
- Added retries count
- Added
showError
option
- Initial release