From 0aee35ba1156e522b0b68474b7b3cc2d81cdc621 Mon Sep 17 00:00:00 2001 From: Radu Brehar Date: Wed, 17 Apr 2024 18:30:39 +0300 Subject: [PATCH 1/2] update readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0029ff..3fdd305 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # Testing setup with NextJS and Playwright -Article published at http://infinite-table.com/blog/2024/03/12/the-best-testing-setup-for-frontends-playwright-nextjs +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](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 4](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 From 3a697373da068f2a142565ed2528761068c5eb87 Mon Sep 17 00:00:00 2001 From: Radu Brehar Date: Thu, 18 Apr 2024 12:28:56 +0300 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fdd305..cd65793 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ Article published at http://infinite-table.com/blog/2024/04/18/the-best-testing- ## 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 +[See repo at step 5](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/05-run-tests-on-production-build) \ No newline at end of file