webdriverio / webdriverio/devtools
Cross-adapter conformance suite for capture invariants
@vishnuv688 is already working on this.
Since Aug 12, 2026.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 2
- Avg merge
- 1d 29m
- Merged PRs (30d)
- 23
Description
Part of #278
The damage from duplication so far has been behavioural rather than
textual: force-anchor drain, recovery drain and document-start preload were all
fixed in JS and never propagated to Python. Shared code cannot prevent that; a
shared executable spec can.
Acceptance criteria
One suite of invariants over an emitted frame stream: a
row is stamped at completion, an anchor carries the document's birth time, a
navigation drain forces an anchor. Every adapter runs it in CI, and a missing fix
in one language fails that language's build.
Size: L. Depends on B1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.