Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated playwright install+test instructions
  • Loading branch information
Remus287 authored Dec 16, 2024
1 parent b1bf01b commit c316ce7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ Currently the client (frontend) of the site has a few jest unit tests, these can
- mailchimp-ping.test.tsx: This test passes if the MAILCHIMP credentials are correct and a valid ping response is detected from Mailchimp servers
### Playwright end-to-end tests:
Most of the current test coverage comes from the end-to-end tests. these can be run from the base repository directory with ```npx run tests```
**Install Playwright**
```npm install -D @playwright/test
npx playwright install
```
Most of the current test coverage comes from the end-to-end tests. these can be run from the base repository directory with ```npx playwright test```
These tests will validate the functionallity of the client, server, and Strapi
- Test1
Expand Down

0 comments on commit c316ce7

Please sign in to comment.