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.

do we have any way to combine multiple test runs into one report.

See original GitHub issue

What are you trying to achieve?

Suppose I am running three test case in parallel mode(i.e. codeceptjs run-multiple parallel) so three report gets generated each have details on one test case each,

But I want one report which has information of all three test run just like test run in normal mode(i.e without parallel mode).

What do you get instead?

three separate reports generated with details of one test case in each report

Provide console output if related. Use --verbose mode for more details.

# paste output here

Provide test source code if related

// paste test

Details

  • CodeceptJS version: 1.2.1
  • NodeJS Version: v9.10.1
  • Operating System: mac
  • Protractor || WebDriverIO || Nightmare version (if related) : protractor
  • Configuration file:
# paste suite config here

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:5

github_iconTop GitHub Comments

1reaction
govindncommented, Sep 26, 2018

@elena-dev-thought can you please share script for combining results?

0reactions
remjxcommented, Mar 8, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

One report for all test cases: Easily merging multiple tests reports
It's can be easily the case that you use different test runners for different kinds of your tests. You can choose to run...
Read more >
do we have any way to combine multiple test runs into one ...
I 've created a script which is merging all the results from the reporters at the end in one. I will host it...
Read more >
Merging Results from Multiple Test Runs
Merging Results from Multiple Test Runs · Go to Execution> Runtime tab in your test configuration. · Enable the Archive test and coverage...
Read more >
How can I merge multiple TestNG suite results to one report?
You should be able to collate the XML files from the two runs and combine it into a single HTML report using the...
Read more >
Merging Reports - Codecov
Codecov does not override report data for multiple uploads. We always merge the data. Simply upload all three reports at once, or separately....
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