fix(misc): ensure custom reporters are usable with @nx/playwright:playwright (#27443)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior Custom reporters are not usable because we enforce an enum on the schema ## Expected Behavior Custom reporters can be specified ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes # --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
This commit is contained in:
parent
f1ecad0a8e
commit
8c7e3619a9
@ -104,18 +104,7 @@
|
|||||||
},
|
},
|
||||||
"reporter": {
|
"reporter": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"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."
|
||||||
"list",
|
|
||||||
"line",
|
|
||||||
"dot",
|
|
||||||
"json",
|
|
||||||
"junit",
|
|
||||||
"null",
|
|
||||||
"github",
|
|
||||||
"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."
|
|
||||||
},
|
},
|
||||||
"retries": {
|
"retries": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
@ -105,18 +105,7 @@
|
|||||||
},
|
},
|
||||||
"reporter": {
|
"reporter": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"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."
|
||||||
"list",
|
|
||||||
"line",
|
|
||||||
"dot",
|
|
||||||
"json",
|
|
||||||
"junit",
|
|
||||||
"null",
|
|
||||||
"github",
|
|
||||||
"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."
|
|
||||||
},
|
},
|
||||||
"retries": {
|
"retries": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user