From a37056fe1cdb7273e2fcfc2623219150e9099776 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 15 Jun 2021 01:16:48 -0700 Subject: [PATCH] chore: add dummy playwright-test package for GitHub Dependents (#7134) --- .../playwright-test/package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dummy-package-files-for-dependents-analytics/playwright-test/package.json diff --git a/.github/dummy-package-files-for-dependents-analytics/playwright-test/package.json b/.github/dummy-package-files-for-dependents-analytics/playwright-test/package.json new file mode 100644 index 0000000000..e3cef4a193 --- /dev/null +++ b/.github/dummy-package-files-for-dependents-analytics/playwright-test/package.json @@ -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" +} \ No newline at end of file