From e0972c0029d1b3af2d70d464100c58779364b328 Mon Sep 17 00:00:00 2001 From: thebinaryfelix Date: Tue, 26 Mar 2024 21:53:46 -0300 Subject: [PATCH] docs(readme): add Playwright to testing section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce00155..0213b02 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ Want to contribute by adding a new language? Follow the steps below: ### Testing -- [Jest](https://jestjs.io/) -- [Testing Library](https://testing-library.com/) +- Unit testing: [Jest](https://jestjs.io/) + [Testing Library](https://testing-library.com/) +- E2E testing: [Playwright](https://playwright.dev/) ### Monitoring