From de8f48cff0c26d87c67a6a5eb8018adcd76b478e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=9Awiderski?= Date: Thu, 3 Oct 2024 12:30:19 +0200 Subject: [PATCH] [ACS-8866] [E2E] Added UI, Debug and Headed modes to NX console (#4160) --- e2e/playwright/authentication/project.json | 9 +++++++++ e2e/playwright/copy-move-actions/project.json | 9 +++++++++ e2e/playwright/create-actions/project.json | 9 +++++++++ e2e/playwright/delete-actions/project.json | 9 +++++++++ e2e/playwright/edit-actions/project.json | 9 +++++++++ e2e/playwright/favorite-actions/project.json | 9 +++++++++ e2e/playwright/folder-rules/project.json | 9 +++++++++ e2e/playwright/info-drawer/project.json | 9 +++++++++ e2e/playwright/library-actions/project.json | 9 +++++++++ e2e/playwright/list-views/project.json | 9 +++++++++ e2e/playwright/navigation/project.json | 9 +++++++++ e2e/playwright/pagination/project.json | 9 +++++++++ e2e/playwright/search/project.json | 9 +++++++++ e2e/playwright/share-action/project.json | 9 +++++++++ .../special-permissions-actions-available/project.json | 9 +++++++++ e2e/playwright/upload-download-actions/project.json | 9 +++++++++ e2e/playwright/viewer/project.json | 9 +++++++++ 17 files changed, 153 insertions(+) diff --git a/e2e/playwright/authentication/project.json b/e2e/playwright/authentication/project.json index 4996e8577..c8aa113d4 100644 --- a/e2e/playwright/authentication/project.json +++ b/e2e/playwright/authentication/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/copy-move-actions/project.json b/e2e/playwright/copy-move-actions/project.json index 227894945..be79ff564 100644 --- a/e2e/playwright/copy-move-actions/project.json +++ b/e2e/playwright/copy-move-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/create-actions/project.json b/e2e/playwright/create-actions/project.json index c6d33d477..041e0b873 100644 --- a/e2e/playwright/create-actions/project.json +++ b/e2e/playwright/create-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/delete-actions/project.json b/e2e/playwright/delete-actions/project.json index 0e03b9f29..7808d6bb5 100644 --- a/e2e/playwright/delete-actions/project.json +++ b/e2e/playwright/delete-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/edit-actions/project.json b/e2e/playwright/edit-actions/project.json index ca4e9de10..ab91d310b 100644 --- a/e2e/playwright/edit-actions/project.json +++ b/e2e/playwright/edit-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/favorite-actions/project.json b/e2e/playwright/favorite-actions/project.json index 20fec7c67..d66aed7bf 100644 --- a/e2e/playwright/favorite-actions/project.json +++ b/e2e/playwright/favorite-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/folder-rules/project.json b/e2e/playwright/folder-rules/project.json index 72344c65d..eac5b806f 100644 --- a/e2e/playwright/folder-rules/project.json +++ b/e2e/playwright/folder-rules/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/info-drawer/project.json b/e2e/playwright/info-drawer/project.json index 39fbbd7b0..5ca7aba72 100644 --- a/e2e/playwright/info-drawer/project.json +++ b/e2e/playwright/info-drawer/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/library-actions/project.json b/e2e/playwright/library-actions/project.json index 3bb8d3653..d14d708dc 100644 --- a/e2e/playwright/library-actions/project.json +++ b/e2e/playwright/library-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/list-views/project.json b/e2e/playwright/list-views/project.json index a55e67f9f..8af5fb8c2 100644 --- a/e2e/playwright/list-views/project.json +++ b/e2e/playwright/list-views/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/navigation/project.json b/e2e/playwright/navigation/project.json index 1a0f3767d..31a5a072d 100644 --- a/e2e/playwright/navigation/project.json +++ b/e2e/playwright/navigation/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/pagination/project.json b/e2e/playwright/pagination/project.json index 6d28ddc60..5a3da0c28 100644 --- a/e2e/playwright/pagination/project.json +++ b/e2e/playwright/pagination/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/search/project.json b/e2e/playwright/search/project.json index d53fd8db6..2f4222a88 100644 --- a/e2e/playwright/search/project.json +++ b/e2e/playwright/search/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/share-action/project.json b/e2e/playwright/share-action/project.json index 2dd16e9b5..de869a680 100644 --- a/e2e/playwright/share-action/project.json +++ b/e2e/playwright/share-action/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/special-permissions-actions-available/project.json b/e2e/playwright/special-permissions-actions-available/project.json index dfd6cbb98..2853baa05 100644 --- a/e2e/playwright/special-permissions-actions-available/project.json +++ b/e2e/playwright/special-permissions-actions-available/project.json @@ -14,6 +14,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/upload-download-actions/project.json b/e2e/playwright/upload-download-actions/project.json index 5f74836e3..9aa1d487d 100644 --- a/e2e/playwright/upload-download-actions/project.json +++ b/e2e/playwright/upload-download-actions/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } }, diff --git a/e2e/playwright/viewer/project.json b/e2e/playwright/viewer/project.json index 647fa8e1e..c7f20cde5 100644 --- a/e2e/playwright/viewer/project.json +++ b/e2e/playwright/viewer/project.json @@ -12,6 +12,15 @@ "configurations": { "production": { "devServerTarget": "content-ce:serve:production" + }, + "ui": { + "args": ["--ui"] + }, + "debug": { + "args": ["--debug"] + }, + "headed": { + "args": ["--headed"] } } },