question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[wdio-junit-reporter] optional "system-out" by setting configuration, make reporter more clear and simple

See original GitHub issue

when i get a junit-reporter, it containes many system-out information, that make me difficult to read the reporter.

What I want to: the xml file of the reporter just outputs like the example of webdriverio’s document without system-out label by setting configuration.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
christian-bromanncommented, Sep 30, 2022

@Primajin mind raising a new issue for this as I guess this is different from what the original poster had in mind. Bascially you are saying the reporter is unable to store large amount of data in the file, right?

1reaction
Himoriartycommented, Mar 15, 2021

@Himoriarty oh so you are committing these log files into your repository? May I suggest to write a custom reporter that only stores the information which might be conflict free and save to commit into a repository? Because all junit reports have time stamps that will always conflict with other reports.

get it! i really appreciate your patience, thank you for your advice.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Junit Reporter - WebdriverIO
A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports. ... The easiest way is to keep @wdio/junit-reporter as a devDependency in ......
Read more >
cypress-multi-reporters - npm package - Snyk
Configuring reporters. Set the reporters configuration using --reporter-options configFile=config.json . Include reporters in reporterEnabled as a ...
Read more >
WebDriverIO - Junit Reporter - QAFox
Junit Reporter is a WebdriverIO reporter that creates Jenkins compatible ... Junit Reporter is simple and very clear in telling test case execution...
Read more >
@wdio/junit-reporter | Yarn - Package Manager
@wdio/junit-reporter. owner webdriverio643kMIT8.0.13TS vulns 0 vulnerabilities. A WebdriverIO reporter that creates Jenkins compatible XML based JUnit ...
Read more >
Testing web applications using Mocha and WebdriverIO
reporters : ['spec', ['junit', { outputDir: './', outputFileFormat: function(options) { // optional return `results.xml` } }] ], ... Before ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found