Skip to content

Commit

Permalink
fix(misc): removed Enum from playwright json schema and reworded desc…
Browse files Browse the repository at this point in the history
…ription
  • Loading branch information
EGonz1PCTY committed Aug 14, 2024
1 parent b0a3e07 commit f1c595a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playwright/src/executors/playwright/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"reporter": {
"type": "string",
"enum": [
"items": [
"list",
"line",
"dot",
Expand All @@ -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",
Expand Down

0 comments on commit f1c595a

Please sign in to comment.