playwright/tests/components/ct-react-vite
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
..
playwright feat(ct): before mount hook wrapper (#18616) 2022-12-27 14:26:17 -08:00
src chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
tests chore: rename route fixture in ct (#31817) 2024-07-23 07:43:28 -07:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
index.html fix(ct): render attributes (#17991) 2022-10-18 13:02:53 -07:00
package.json feat(ct): experimental route fixture (#31554) 2024-07-06 09:35:20 -07:00
playwright.config.ts fix(chromium): continue requests paused for the second time (#27429) 2023-10-04 11:18:06 -07:00
tsconfig.json chore: make @playwright/test depend on playwright (#26946) 2023-09-08 14:23:35 -07:00
tsconfig.node.json chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00
vite.config.ts chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00