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

feat(test): start authoring raw reporter #8790

Merged
merged 1 commit into from Sep 9, 2021

Conversation

pavelfeldman
Copy link
Member

No description provided.

@pavelfeldman pavelfeldman force-pushed the raw_report branch 3 times, most recently from 0d38d61 to ebdacfb Compare September 9, 2021 05:43
fs.mkdirSync(reportFolder, { recursive: true });
let reportFile: string | undefined;
for (let i = 0; i < 10; ++i) {
reportFile = path.join(reportFolder, sanitizeForFilePath(project.name || 'project') + (i ? '-' + i : '') + '.report');
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe keep '.json'. for tooling, e.g. opening in IDE?

Copy link
Member Author

Choose a reason for hiding this comment

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

I wouldn't want it to be opened in vscode. Will probably use cbor to defend myself :)

src/test/cli.ts Show resolved Hide resolved
src/test/cli.ts Outdated Show resolved Hide resolved
src/test/cli.ts Outdated Show resolved Hide resolved
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