Skip to content

Latest commit

 

History

History
102 lines (63 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

102 lines (63 loc) · 2.94 KB

Changelog

[3.7.0] - 2024-11-25

  • Add option to display a footer with additional content below the summary (@mskelton)

3.6.0 - 2024-10-05

  • Add option to display npm command for re-running failed tests (@mskelton)
  • Render commit sha as clickable link to commit page (@mskelton)

3.5.2 - 2024-07-08

  • Update action input docs

3.5.1 - 2024-07-07

  • Display correct commit sha when triggered from pull request comment

3.5.0 - 2024-07-07

  • Support pull request comment as workflow trigger

3.4.0 - 2024-07-02

  • Add ability to display custom information by @fungairino

3.3.0 - 2024-04-21

  • Add support for indefinitely nested specs
  • Switch from to for joining test paths

3.2.0 - 2024-04-11

  • Allow all workflow event types

3.1.0 - 2024-04-11

  • Support manual workflow dispatch

3.0.1 - 2024-04-02

  • Bump dependencies

3.0.0 - 2023-12-13

  • Distinguish between reports by workflow name
  • Distinguish between reports by new optional report-tag input
  • Allow comments by non-bot users

2.1.2 - 2023-09-26

  • Calculate total duration if missing from Playwright report
  • Only display fractions for sub-minute durations

2.1.1 - 2023-09-10

  • Add job-summary input var

2.1.0 - 2023-09-10

  • Create job summary

2.0.0 - 2023-09-09

  • Rename action
  • Create output var for rendered summary

1.1.2 - 2023-09-09

  • Display report link

1.1.1 - 2023-09-09

  • Correctly count sharded tests

1.1.0 - 2023-09-08

  • Improve formatting

1.0.0 - 2023-09-07

  • Initial release