Fire events the same way the user does. user-event tries to simulate the real events that would happen in the browser as the user interacts with it. For example userEvent.click(checkbox) would change the state of the checkbox. user-event is a companion library for Testing Library that simulates user interactions by dispatching the events that would happen if the interaction took place in a browser. fireEvent dispatches DOM events, whereas user-event simulates full interactions, which may fire multiple events and do additional checks along the way. Testing Library's built-in fireEvent is a lightweight wrapper around the browser's low-level dispatchEvent API, which allows developers to trigger any event on any element. The problem is that the browser usually does more than just trigger one event for one interaction.

Features

  • user-event allows you to describe a user interaction instead of a concrete event
  • Write tests with userEvent
  • We recommend invoking userEvent.setup() before the component is rendered
  • Testing Library's built-in fireEvent is a lightweight wrapper around the browser's low-level dispatchEvent API
  • fireEvent dispatches DOM events
  • It adds visibility and interactability checks along the way and manipulates the DOM

Project Samples

Project Activity

See All Activity >

Categories

Front-Ends

License

MIT License

Follow user-event

user-event Web Site

Other Useful Business Software
Auth0 for AI Agents now in GA Icon
Auth0 for AI Agents now in GA

Ready to implement AI with confidence (without sacrificing security)?

Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of user-event!

Additional Project Details

Programming Language

TypeScript

Related Categories

TypeScript Front-Ends

Registered

2022-12-06