chore: add dummy playwright-test package for GitHub Dependents (#7134)

This commit is contained in:
Max Schmitt 2021-06-15 01:16:48 -07:00 committed by GitHub
parent 48c3691dca
commit a37056fe1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
{
"name": "@playwright/test",
"version": "1.0.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"license": "Apache-2.0"
}