cljs-tlr 0.1.0
Namespaces
cljs-tlr.core
ClojureScript wrapper for @testing-library/react.
Public variables and functions:
- act
- cleanup-fixture
- clear
- click
- configure!
- dbl-click
- debug
- find-by-label-text
- find-by-role
- find-by-text
- get-all-by-role
- get-all-by-text
- get-by-display-value
- get-by-label-text
- get-by-placeholder-text
- get-by-role
- get-by-test-id
- get-by-text
- hover
- keyboard
- query-by-display-value
- query-by-label-text
- query-by-placeholder-text
- query-by-role
- query-by-test-id
- query-by-text
- render
- render-hook
- rerender
- select-options
- setup
- tab
- type-text
- unmount
- wait-for
- wait-for-element-to-be-removed
cljs-tlr.render
Component rendering utilities for React Testing Library.
Public variables and functions:
cljs-tlr.screen
Screen query utilities wrapping @testing-library/dom queries.
Public variables and functions:
- debug
- find-by-alt-text
- find-by-display-value
- find-by-label-text
- find-by-placeholder-text
- find-by-role
- find-by-test-id
- find-by-text
- find-by-title
- get-all-by-alt-text
- get-all-by-display-value
- get-all-by-label-text
- get-all-by-placeholder-text
- get-all-by-role
- get-all-by-test-id
- get-all-by-text
- get-all-by-title
- get-by-alt-text
- get-by-display-value
- get-by-label-text
- get-by-placeholder-text
- get-by-role
- get-by-test-id
- get-by-text
- get-by-title
- log-testing-playground-url
- query-all-by-alt-text
- query-all-by-display-value
- query-all-by-label-text
- query-all-by-placeholder-text
- query-all-by-role
- query-all-by-test-id
- query-all-by-text
- query-all-by-title
- query-by-alt-text
- query-by-display-value
- query-by-label-text
- query-by-placeholder-text
- query-by-role
- query-by-test-id
- query-by-text
- query-by-title
cljs-tlr.user-event
High-level user interaction simulation.