- Issue created by @wim leers
- Merge request !484Introduce `UI debug` and `cypress E2E debug` CI jobs. ā (Open) created by wim leers
- š³š±Netherlands balintbrews Amsterdam, NL
wim leers ā credited balintbrews ā .
- š§šŖBelgium wim leers Ghent š§šŖšŖšŗ
$ npm run drupaldev > vite-template-redux@0.0.0 drupaldev > VITE_DRUPAL=true vite VITE v5.4.11 ready in 289 ms ā Local: http://localhost:5173/ ā Network: use --host to expose
⦠oops,
npm run drupaldev
is long-running šI'll let @balintbrews adjust that! š¤
- Status changed to Closed: won't fix
7 days ago 8:12am 9 May 2025 - š³š±Netherlands balintbrews Amsterdam, NL
I think our end-to-end test coverage should be focused on the end user's experience. React's
<StrictMode>
is wonderful for development, and you're right that if it makes our app behave differently, that's most likely a bug. The kind of problems<StrictMode>
potentially surfaces during development, we should fix and verify at the unit testing layer using Vitest, which we recently introduced in š Compile Tailwind CSS globally for code components Active .