Testing setup with NextJS and Playwright
Article published at http://infinite-table.com/blog/2024/04/18/the-best-testing-setup-for-frontends-playwright-nextjs
Step 1 - setting up NextJS
See repo at step 1
Step 2 - setting up Playwright
See repo at step 2
Step 3 - configuring the naming convention
See repo at step 3
Step 4 - adding watch mode
See repo at step 4
Step 5 - running tests in production build
See repo at step 5