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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report is overwritten when using re-run option #95

Open
Vovanchik opened this issue Nov 24, 2016 · 2 comments
Open

Report is overwritten when using re-run option #95

Vovanchik opened this issue Nov 24, 2016 · 2 comments

Comments

@Vovanchik
Copy link

According to documentation to re-run failed TCs automatically 2 commands must be executed:

  1. grunt cucumberjs -> report generated with failed TCs generated
  2. grunt cucumberjs [email protected] -> truncated report generated only with re-ran TCs.

Is it possible to generate summary report which consist of all test cases which were ran?

Here is my grunt task

        cucumberjs: {
            src: 'src/test/features/originatedBy.feature',
            options: {
                formats: ['html','rerun:target/cucumber-reports/rerun.txt'],
                output: 'target/cucumber-reports/test-report.html',
                theme: 'bootstrap',
                debug: true,
                //reportSuiteAsScenarios: true

                //executeParallel: true
            }
        }
@gkushang
Copy link
Collaborator

Labeling as Enhancement as it would be a new feature for both grunt & reporter.

@Vovanchik
Copy link
Author

What is your plan about this enhancement?

Right now due to sometimes instability of environment I want to have a possibility auto re-run of TCs, but due to lack of summary report this feature is not useful for me :(

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

No branches or pull requests

2 participants