Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Apr 17, 2024
1 parent 6ac1c0d commit 3a2a192
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
## [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)

0 comments on commit 3a2a192

Please sign in to comment.