You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): add BUILD_ID extraction to all BrowserStack workflows
Added BUILD_ID extraction by querying BrowserStack API after tests complete
for 4 workflows that use SDK/WebDriver (android-cpp, dotnet-maui, java-spring,
javascript-web).
All 11 BrowserStack workflows now use direct BUILD_ID links in summaries with
fallback to project filter for reliability.
Changes:
- Query BrowserStack API after tests to get build_id
- Add job outputs for build_id
- Update summary links to use BUILD_ID with fallback logic
- Use correct API endpoints (app-automate vs automate)
Result: All BrowserStack summary links now route directly to specific build
sessions for maximum accuracy.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments