Changelog

Every release, in order. We ship every 4–8 weeks.

  • Mobile test execution (beta) — iOS and Android profile support via cloud runner, no device lab required
  • API schema drift detection — alerts on breaking field changes in OpenAPI/Swagger responses before PRs merge
  • Self-healing reliability improvements for dynamic React apps — reduced false-positive selector failures in apps using React 18 concurrent rendering
  • Fixed edge case where parallel test scheduling could assign overlapping browser contexts on high-concurrency runs (>40 workers)
  • Coverage analytics dashboard — view test coverage by user flow, identify persistently flaky tests, and surface untested critical paths
  • SAML SSO for Enterprise — Okta, Azure AD, and Google Workspace supported via standard SAML 2.0
  • Jira issue linking — test failures now create Jira issues with the failing test name, stack trace, and affected pull request automatically
  • Test run startup time reduced by ~40% — runner initialization moved to pre-warm pool, reducing cold-start latency from ~18s to ~11s
  • GitHub Actions native action published to the GitHub Actions Marketplace — add BotGauge to any workflow with three lines of YAML
  • Parallel execution ceiling raised to 50 concurrent workers — reduced end-to-end suite time by up to 8x vs sequential
  • Self-healing tests — generally available. When a UI selector fails, BotGauge identifies the updated DOM element, patches the locator, and retries. No human intervention required.
  • API contract testing — consumer-driven contract validation against OpenAPI/Swagger schemas, with diff reporting on breaking changes