refactor(playwright): move playwright config and add package.json to prevent esm errors
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user