Skip to content

Commit

Permalink
Merge pull request #2340 from JuanPabloDiaz/playwright
Browse files Browse the repository at this point in the history
Add playwright
  • Loading branch information
rupali-codes authored Apr 21, 2024
2 parents 49826fe + 3cf974c commit e420219
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 e420219

Please sign in to comment.