Component Testing Next.js with Cypress Making an “impossible to test” App Router component testable https://reergymerej.github.io/blog/2025/12/12/component-testing-nextjs-with-cypress.html
Follow along at home...
# install
bun i
# start
NEXT_TURBOPACK_EXPERIMENTAL_USE_SYSTEM_TLS_CERTS=1 bun dev
# cypress
bun cypress open --component