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

fix(merge-reports): merge suites with children and browsers #239

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

CatWithApple
Copy link
Contributor

No description provided.

@@ -55,7 +55,9 @@ module.exports = class DataTree {

if (suite.children) {
await Promise.map(suite.children, (childSuite) => this._mergeSuiteResult(childSuite));
} else {
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ооо, мы что, и здесь полагались на то, что у нас в сьюте либо подсьюты, либо браузеры?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

да 😔

@kvmamich
Copy link
Contributor

мне кажется, вот на эту строчку ещё надо внимание обратить
https://github.com/gemini-testing/html-reporter/blob/master/lib/merge-reports/utils.js#L37

@CatWithApple CatWithApple merged commit a62cb73 into master Jul 17, 2019
@sipayRT sipayRT deleted the merge-suite-wiht-children-and-browsers branch November 28, 2019 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants