π Release 1.16.0
This is a stable release.
Installation:
npm install @alex_neo/playwright-azure-reporter@latest
Features
-
reporter: add testRunADO mode with pagination support (21f0929)
- Add testRunADO publishTestResultsMode for updating existing test results
- Implement recursive pagination for Azure DevOps getTestResults API (>200 items)
- Add comprehensive validation for testRunADO mode requirements
- Create complete test suite with 6 test scenarios including pagination test
- Add documentation for testRunADO configuration and usage
- Improve error handling with detailed warning messages
- Support large test runs with automatic pagination handling
- Prevent automatic test run completion in testRunADO mode
-
ci: add automated test results reporting to PR comments (a0c9373)
Closes: Updates existing test results instead of creating new ones
BREAKING CHANGE: testRunADO mode requires both testRunId and isExistingTestRun=true
BREAKING CHANGES
- reporter: testRunADO mode requires both testRunId and isExistingTestRun=true