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
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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