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 node ver and build #206

Merged
merged 1 commit into from
Aug 22, 2020
Merged

fix node ver and build #206

merged 1 commit into from
Aug 22, 2020

Conversation

sseliverstov
Copy link
Collaborator

Context

Checklist

@sseliverstov sseliverstov merged commit 351149d into master Aug 22, 2020
@sseliverstov sseliverstov deleted the build-fix branch August 22, 2020 14:31
@@ -27,7 +27,7 @@ export class AllureWriter implements IAllureWriter {
}

writeEnvironmentInfo(info?: Record<string, string | undefined>) {
const text = stringify(info, { unicode: true });
const text = JSON.stringify(info);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this changed? Does allure support environment.properties file as JSON format?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@just-boris fixed here #207
yes, needs some tests for it

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.

2 participants