diff --git a/.run/test-debug.run.xml b/.run/test-debug.run.xml
new file mode 100644
index 0000000000..6c9c4c56c6
--- /dev/null
+++ b/.run/test-debug.run.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.run/test.run.xml b/.run/test.run.xml
new file mode 100644
index 0000000000..19a4c6761a
--- /dev/null
+++ b/.run/test.run.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/scripts/playwright/package.json b/scripts/playwright/package.json
index d393256f62..043f568d59 100644
--- a/scripts/playwright/package.json
+++ b/scripts/playwright/package.json
@@ -3,7 +3,10 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
- "scripts": {},
+ "scripts": {
+ "test": "npx playwright test",
+ "test-debug": "npx playwright test -c playwright.config.ts test --headed --project=chromium --repeat-each 1 --retries 0 --timeout 0 --workers 1 --max-failures=1"
+ },
"keywords": [],
"author": "",
"license": "ISC",