Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Make it possible to specify reporters by an Array #38

Closed
munierujp opened this issue Dec 19, 2019 · 2 comments · Fixed by #67
Closed

Make it possible to specify reporters by an Array #38

munierujp opened this issue Dec 19, 2019 · 2 comments · Fixed by #67

Comments

@munierujp
Copy link

If reporterEnabled of config file is an array, use it as is, without calling split(',').

{
  "reporterEnabled": "spec,json"
}
{
  "reporterEnabled": [
    "spec",
    "json"
  ]
}
@munierujp munierujp changed the title Specify reporterEnabled as Array Make it possible to specify the reporter by an Array Dec 19, 2019
@munierujp munierujp changed the title Make it possible to specify the reporter by an Array Make it possible to specify reporters by an Array Dec 19, 2019
@YOU54F
Copy link
Owner

YOU54F commented Jan 7, 2020

Hi @munierujp, good idea, please feel free to make a PR 👍

brettz9 added a commit to brettz9/cypress-multi-reporters that referenced this issue May 11, 2020
@brettz9 brettz9 mentioned this issue May 11, 2020
brettz9 added a commit to brettz9/cypress-multi-reporters that referenced this issue May 11, 2020
YOU54F pushed a commit that referenced this issue May 12, 2020
* - Enhancement: Make it posible to supply `reporterEnabled` or `cmrOutput` as arrays; fixes #38

* - Maintenance: Add `.ncurc.js` to allow `npm-check-updates` to avoid updating peerDeps by default
@YOU54F
Copy link
Owner

YOU54F commented May 12, 2020

@brettz9 @munierujp will be released shortly as 1.4.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants