From f1c595a069b9a0923bbe3acd43210ec383487a56 Mon Sep 17 00:00:00 2001 From: EGonz1_PCTY Date: Wed, 14 Aug 2024 12:59:40 -0500 Subject: [PATCH] fix(misc): removed Enum from playwright json schema and reworded description --- packages/playwright/src/executors/playwright/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright/src/executors/playwright/schema.json b/packages/playwright/src/executors/playwright/schema.json index 465e2cf25830e1..d10fa05ad0d7c9 100644 --- a/packages/playwright/src/executors/playwright/schema.json +++ b/packages/playwright/src/executors/playwright/schema.json @@ -105,7 +105,7 @@ }, "reporter": { "type": "string", - "enum": [ + "items": [ "list", "line", "dot", @@ -116,7 +116,7 @@ "html", "blob" ], - "description": "Reporter to use, comma-separated, can be 'list', 'line', 'dot', 'json', 'junit', 'null', 'github', 'html', 'blob'. To configure reporter options, use the playwright configuration." + "description": "Common Reporter values to use, comma-separated, 'list', 'line', 'dot', 'json', 'junit', 'null', 'github', 'html', 'blob'. To configure reporter options, use the playwright configuration." }, "retries": { "type": "number",