playwright/tests/components
Simon Knott b599335404
chore(ui): enable react/recommended lint rules (#32214)
Closes https://github.com/microsoft/playwright/issues/32159. I
originally set out to enable Strict Mode for our React UI, but found a
way better thing: Enabling the lint rules we had already installed!

`eslint-plugin-react` is already in of our `package.json`, and this PR
enables it and fixes some of the reported issues. Most of them are
around the `key` prop which is mostly about performance, but there's
also fixes for misspelled `data-testid` props.
2024-08-20 14:16:28 +02:00
..
ct-react-vite chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
ct-react17 fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
ct-solid fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
ct-svelte test(svelte): migrate svelte-navigator to custom minimal router (#30225) 2024-04-04 16:01:08 +02:00
ct-svelte-vite fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
ct-vue-cli chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
ct-vue-vite test: fix ct-vue-vite tests (#31406) 2024-06-22 00:50:10 +02:00
ct-vue2-cli fix(ct): mount then unmount then mount (#30657) 2024-05-14 11:03:46 -07:00
.gitignore Revert "chore: use plugins for component testing again (#13977)" (#13998) 2022-05-06 12:02:07 -07:00
test-all.spec.js chore(ct): type check (#18208) 2022-10-20 13:33:25 -07:00