refactor(playwright): move playwright config and add package.json to prevent esm errors

This commit is contained in:
Jack Westbrook
2024-12-09 14:56:17 +01:00
parent bf68d041fa
commit f75463e170
4 changed files with 18 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"name": "grafana-e2e-playwright-tests",
"description": "This package.json exists to override the 'type': 'module' setting in root package.json",
"type": "commonjs"
}