From 3cf974c4ea7e8ea29706ce6cdd294976d3a65962 Mon Sep 17 00:00:00 2001 From: JuanPabloDiaz Date: Tue, 9 Apr 2024 07:09:18 -0500 Subject: [PATCH] add playwright fixes #2337 --- database/backend/testing.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/database/backend/testing.json b/database/backend/testing.json index 4b59eb30d..37d01dfe1 100644 --- a/database/backend/testing.json +++ b/database/backend/testing.json @@ -41,12 +41,18 @@ "category": "backend", "subcategory": "testing" }, - { + { "name": "Hoppscotch", "description": "Hoppscotch is a lightweight, web-based API development suite. It was built from the ground up with ease of use and accessibility in mind providing all the functionality needed for API developers with minimalist, unobtrusive UI.", "url": "https://docs.hoppscotch.io/", "category": "backend", "subcategory": "testing" + }, + { + "name": "Playwright", + "description": "Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.", + "url": "https://playwright.dev/", + "category": "backend", + "subcategory": "testing" } - ]