diff --git a/README.md b/README.md index 11703c0..2a4b9bc 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,22 @@ Article published at http://infinite-table.com/blog/2024/04/18/the-best-testing-setup-for-frontends-playwright-nextjs -## [Step 1 - setup NextJS](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/01-setup-nextjs) \ No newline at end of file +## [Step 1 - setting up NextJS] + +[See repo at step 1](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/01-setup-nextjs) + +## [Step 2 - setting up Playwright] + +[See repo at step 2](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/02-setup-playwright) + +## [Step 3 - configuring the naming convention] + +[See repo at step 3](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/03-configure-naming-convention) + +## [Step 4 - adding watch mode] + +[See repo at step 3](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/04-add-watch-mode) + +## [Step 5 - running tests in production build] + +[See repo at step 3](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/05-run-tests-on-production-build) \ No newline at end of file