Skip to content

Commit

Permalink
add playwright fixes #2337
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz committed Apr 9, 2024
1 parent d2d7479 commit 3cf974c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions database/backend/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

]

0 comments on commit 3cf974c

Please sign in to comment.