Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

thefrontside/interactors

Open more actions menu

Repository files navigation

Interactors

Github Actions License: MIT Created by Frontside Chat on Discord

Interactors are Page Objects for component libraries and design systems. Learn more at http://frontside.com/interactors

  • Blackbox made easy: Interactors manipulate an HTML interface from the perspective of a user and make no assumptions about the internal workings of an app. This means they cover 100% of your UI code starting from the raw input event handlers.
  • Remarkably diagnostic errors: Because they are strongly associated with both the type and properties of the UI elements they actuate (e.g. Button, Checkbox, Input, ...), they quickly provide the next level in error messaging to help you quickly understand not just that something went wrong, but why.
  • Runner-agnostic: They work well in any modern test runner capable of evaluating JavaScript in the context of the DOM. including both Jest and Cypress.
  • Framework-agnostic Your tests will work the same no matter if your application is written in React, Angular, Vue, or whether you choose to eventually rewrite it in Framework 2043.™
  • Fast and precise: By using its unique convergence strategy and only coupling wait times to observable states, Interactors naturally use the minimum amount of synchronization time while performing actions and assertions.

About

Composable page objects for components

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.