npm @alex_neo/playwright-azure-reporter 1.15.0
Release v1.15.0

latest releases: 1.20.0, 1.19.2-pr144.143-feature-add-publishretryresults-and-markflakytests-options.c20432b, 1.19.2-pr144.143-feature-add-publishretryresults-and-markflakytests-options.f074c1d...
6 months ago

🎉 Release 1.15.0

This is a stable release.

Installation:

npm install @alex_neo/playwright-azure-reporter@latest

Changes

Bug Fixes

  • attachments: implement retry mechanism for file access during upload (2bd80e5), closes #120
  • changelog: prevent duplicate entries in publish workflow (d35cc9c)

Features

  • summary: testCaseSummary config block (enabled, outputPath, consoleOutput, publishToRun) to report unmatched test cases and optionally upload summary as run attachment. (37c9e43)Adds testCaseSummary config block (enabled, outputPath, consoleOutput, publishToRun) to report unmatched test cases and optionally upload summary as run attachment.

    Includes:

    • core reporter logic: generate summary, conditional console/file output, run attachment publishing
    • configuration IDs to names resolution with debug logging
    • attachment publishing helper for summary
    • updated mocks (azureAreas, new azureTestPlanOptionsResponse) to support new endpoints
    • expanded tests: new reporter-testCaseSummary.spec covering summary scenarios (no matches, configurations, file output, run attachment)
    • updates to existing tests to mock configuration endpoints and test plan options
    • README docs: document publishToRun, behavior matrix, usage example

BREAKING CHANGES

  • summary: none (feature is opt-in via testCaseSummary.enabled)

Don't miss a new playwright-azure-reporter release

NewReleases is sending notifications on new releases.