🎉 Release 1.13.3
This is a stable release.
Installation:
npm install @alex_neo/playwright-azure-reporter@latestChanges
Bug Fixes
-
Replace pagination with configuration filtering as requested
- Fetch configuration names in onBegin hook using testPlanApi.getTestConfigurationById
- Store configuration names for filtering test points by configurationNames parameter
- Remove recursive pagination logic in favor of server-side filtering
- Update test descriptions to reflect new configuration filtering approach
- Preserve backward compatibility when no configuration IDs are provided
-
add missing conventional-changelog and conventional-github-releaser dependencies (93bfa1c)