awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asynchronous Interaction Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesAsynchronous Interaction Utilities

Tools for managing timing, polling, and synchronization of asynchronous UI states and events.

Explore 2 awesome GitHub repositories matching testing & quality assurance · Asynchronous Interaction Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. Assertion Extensions and Modes
  6. Asynchronous Interaction Utilities

Awesome Asynchronous Interaction Utilities GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Await the completion of all pending state updates and asynchronous effects to ensure the DOM reflects the latest component state before testing.

    JavaScriptjavascriptuifrontend
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    Retries assertions automatically until specific element states resolve, ensuring reliable verification of asynchronous UI conditions.

    TypeScriptautomationchromechromium

Explore sub-tags

  • Asynchronous Polling MechanismsTesting utilities that repeatedly poll asynchronous functions until specific conditions or state updates are met.
  • Auto-Waiting AssertionsAssertion tools that automatically wait for elements to reach an expected state before proceeding with validation.
  • Element State AssertionsTesting utilities that perform auto-retrying assertions to verify the specific states of elements during asynchronous interactions.