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

How can i generate only one launch that contains features running in parallel? #71

Open
Yosraaaa opened this issue Jan 7, 2021 · 2 comments · May be fixed by #72
Open

How can i generate only one launch that contains features running in parallel? #71

Yosraaaa opened this issue Jan 7, 2021 · 2 comments · May be fixed by #72
Assignees

Comments

@Yosraaaa
Copy link

Yosraaaa commented Jan 7, 2021

I have 10 features running in parallel and in reportportal i have 10 separate launches .
I want to to merge results in one launch . Is that possible!?

protractor conf :

....
config.multiCapabilities = [{
    browserName: 'chrome',
    shardTestFiles: true,
    maxInstances: 10,
    acceptInsecureCerts: true
}];
config.cucumberOpts.format = 'e2e/reportPortalFormatter.js';
....

reportportal config

module.exports = {
    "token": token,
    "endpoint": endpoint + 'api/v1',
    "launch": launch,
    "project": project,
    "takeScreenshot": "onFailure",
    "attributes": [{
            "key": "name",
            "value": launch
        },
        {
            "key": "environement",
            "value": environement
        },
    ],
    "mode": "DEFAULT",
    "debug": false,
    "reportSkippedCucumberStepsOnFailedTest": false,
}
@smore07
Copy link

smore07 commented Feb 10, 2021

I am also looking forward for this feature in report portal. We do run features/scenarios in parallel and dont have any way to combine execution report in single launch.

@AmsterGet AmsterGet self-assigned this Mar 22, 2021
@AmsterGet AmsterGet linked a pull request Aug 30, 2021 that will close this issue
@AmsterGet AmsterGet added this to the 5.0.3 milestone Aug 30, 2021
@AmsterGet AmsterGet removed this from the 5.0.3 milestone Nov 22, 2022
@ghost
Copy link

ghost commented Dec 12, 2022

Is this coming soon?

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

Successfully merging a pull request may close this issue.

3 participants