Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃殌 Request] extester ignores output option from mocarc file #436

Open
imeliran opened this issue Apr 17, 2022 · 0 comments
Open

[馃殌 Request] extester ignores output option from mocarc file #436

imeliran opened this issue Apr 17, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@imeliran
Copy link

Hello,

I have an issue where I referred the extester command to a custom "mocharc" file as described in the following wiki link:
https://github.com/redhat-developer/vscode-extension-tester/wiki/Mocha-Configuration

To simplify things here's how my mocharc.json file looks like:
{
"color": true,
"ui": "bdd",
"reporter": "xunit",
"reporter-option": ["output=doda.xml"]
}

When I run the test using extester command with --mocha_config //mocharc.json I do see in my console the xunit results format, however the file doda.xml is never created. seems like the code ignore that option.
According to official mochajs starting version 9.1.0 they added the out option of reporter-option as described here:
mochajs/mocha#4607

Does anyone make the test results exported into an external file.
I need that support for CI integration.
Thanks in advance,

Eliran

@odockal odockal self-assigned this Apr 19, 2022
@odockal odockal added help-wanted Extra attention is needed question Further information is requested labels Apr 19, 2022
@djelinek djelinek added this to the 4.2.5 milestone Apr 19, 2022
@odockal odockal modified the milestones: 4.2.5, 4.2.6 May 10, 2022
@djelinek djelinek modified the milestones: 4.2.6, BACKLOG May 10, 2022
@djelinek djelinek changed the title extester ignores output option from mocarc file [Request] extester ignores output option from mocarc file Jun 9, 2023
@djelinek djelinek added enhancement New feature or request and removed help-wanted Extra attention is needed question Further information is requested labels Jun 9, 2023
@djelinek djelinek changed the title [Request] extester ignores output option from mocarc file [馃殌 Request] extester ignores output option from mocarc file Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

3 participants