react-native-testing-library icon indicating copy to clipboard operation
react-native-testing-library copied to clipboard

🦉 Simple and complete React Native testing utilities that encourage good testing practices.

Results 104 react-native-testing-library issues
Sort by recently updated
recently updated
newest added

## Describe the Feature Currently different types of queries can return either host or composite elements: > Queries returning host components (`typeof node.type === 'string'`): > * `testId`: host, matched...

feature request

## Describe the bug `react-native` built-in elements are not queriable with `byRole` queries if you don't set the `accessibilityRole` prop. ## Expected behaviour `byRole` queries should be able to match...

bug
good first issue

## Describe the Feature Like in `@testing-library/dom` (see [docs](https://testing-library.com/docs/queries/byrole#api)), we should support accessibility states when querying by role. The accessibilityStates existing are - `disabled`: Indicates whether the element is disabled...

feature request
compat: testing-library

## Describe the bug So I guess this is on the back of my question (https://github.com/callstack/react-native-testing-library/issues/1066) where I was trying to reproduce and isolate the issue. However, I have come...

## Describe the bug When upgrading from 7.2.0 to version 9 I encounter errors related to `setTimeout` in my tests: ``` TypeError: (0 , _timers.setTimeout) is not a function at...

## Ask your Question I noticed in the React Native Community TypeScript Template it uses jest 26, and the latest version of this library asks to upgrade to jest 28....

question

Bumps [react-native](https://github.com/facebook/react-native) from 0.70.0 to 0.70.1. Release notes Sourced from react-native's releases. 0.70.1 Added Add more debugging settings for HermesExecutorFactory (32d12e89f8 by @​Kudo) Support TypeScript array types for turbo module...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.0.2 to 29.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.0.2&new-version=29.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Describe the Feature RTL has [`userEvent`](https://testing-library.com/docs/ecosystem-user-event/) that simulates user interactions instead of just dispatching native events like `fireEvent`. ## Possible Implementations In RTL this is a separate package, as...

help wanted
feature request
compat: testing-library

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.1. Release notes Sourced from @​babel/preset-env's releases. v7.19.1 (2022-09-14) Thanks @​hegemonic for your first PR! :bug: Bug Fix babel-core #14930 Avoid fancy stack traces size...

dependencies