Skip to content

Commit

Permalink
Add a note about 404 Not Found end-to-end tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lauslim12 committed Jan 7, 2024
1 parent fbf901f commit 5abf839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ There are no dependencies (environment variables or the like), this is a standal

## Tests

Because this project is still small, we can achieve a relatively high enough code coverage. There are two test libraries used in this project: React Testing Library and Playwright.
Because this project is still small, we can achieve a relatively high enough code coverage. There are two test libraries used in this project: React Testing Library and Playwright. For some reason, if you run the Playwright tests locally without building (using the production version), the `404 Not Found` tests will fail. It is possible that this is caused by the development build.

```bash
# To run RTL tests, do the commands below:
Expand Down

0 comments on commit 5abf839

Please sign in to comment.