Skip to content

v0.9.15

Choose a tag to compare

@github-actions github-actions released this 20 Feb 20:21
· 24 commits to main since this release
5884d55

Patch Changes

  • 7e70815: Fix stale testId in GPT Driver when using persistent device fixtures

    Update testId on the cached gpt-driver-node instance before every API call
    so persistent device fixtures (scope: "worker") report the correct test in
    GPT Driver sessions. Previously the testId was baked in on first use and
    never updated, causing all subsequent tests and resetToHome teardowns to
    report the same stale testId on the MobileBoost dashboard.