eslint-plugin-test-selectors icon indicating copy to clipboard operation
eslint-plugin-test-selectors copied to clipboard

Enforces that data-test-id attributes are added to interactive DOM elements (JSX) to help with UI testing. JSX only.

Results 7 eslint-plugin-test-selectors issues
Sort by recently updated
recently updated
newest added

How to ignore empty value for `data-test-id` ? ❌ `Download` ✅ `Download`

i find auto-generated ids useful, but it's not great to have a lot of random ids in the codebase. would be nice to be able to configure it, for example...

Hi! As I told you before, thank you for a great plugin. There is one thing that I haven't noticed earlier (it's only mentioned in the changelog) but become a...

Hi! Thank you for such a useful plugin. There is one thing that confuses me a little bit which is related to `testAttribute` case insensitivity. For example: `Close` and `Close`...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.1 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Hey all! Thanks for building this up. Very handy extension - we're exploring adopting this, with conjunction of semi-auto-generating test-data-ids with `react-id-generator`. One suggestion I had for the current rules...