Fluent helper for deterministic integration-test event streams.
Example: const events = new TestEventBuilder(); events.pressKey("Enter").type("hello@example.com").click(10, 5).resize(120, 40); backend.pushBatch(events.buildBatch());
Optional
Fluent helper for deterministic integration-test event streams.
Example: const events = new TestEventBuilder(); events.pressKey("Enter").type("hello@example.com").click(10, 5).resize(120, 40); backend.pushBatch(events.buildBatch());