Skip to content

Commit d2722e5

Browse files
committed
update readme
1 parent 11bd520 commit d2722e5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# Testing setup with NextJS and Playwright
22

3-
Article published at http://infinite-table.com/blog/2024/03/12/the-best-testing-setup-for-frontends-playwright-nextjs
3+
Article published at http://infinite-table.com/blog/2024/04/18/the-best-testing-setup-for-frontends-playwright-nextjs
4+
5+
## Step 1 - setting up NextJS
6+
7+
[See repo at step 1](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/01-setup-nextjs)
8+
9+
## Step 2 - setting up Playwright
10+
11+
[See repo at step 2](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/02-setup-playwright)
12+
13+
## Step 3 - configuring the naming convention
14+
15+
[See repo at step 3](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/03-configure-naming-convention)
16+
17+
## Step 4 - adding watch mode
18+
19+
[See repo at step 4](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/04-add-watch-mode)
20+
21+
## Step 5 - running tests in production build
22+
23+
[See repo at step 3](https://github.com/infinite-table/testing-setup-nextjs-playwright/tree/05-run-tests-on-production-build)

0 commit comments

Comments
 (0)