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

feature: add brief configs #485

Merged
merged 4 commits into from
Aug 29, 2024
Merged

feature: add brief configs #485

merged 4 commits into from
Aug 29, 2024

Conversation

easy1090
Copy link
Contributor

@easy1090 easy1090 commented Aug 29, 2024

Summary

feature: add brief configs

  1. add outputDir options; closes: [Feature]: Add outputPath option #474

  2. add brief configs
    brief: {
    reportHtmlName?: string | undefined;
    writeDataJson: boolean;
    }

    • reportHtmlName: control the brief html report name, default is 'rsdoctor-report.html'
    • writeDataJson: brief mode will not generate the .rsdoctor data by default, you can use writeDataJson: true, to also generate the .rsdoctor json data.
  3. add brief mode e2e tests.

Related Links

closes: #474

Copy link

netlify bot commented Aug 29, 2024

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit e8f7f6b
🔍 Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/66d06cf54298e1000832d70e
😎 Deploy Preview https://deploy-preview-485--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@easy1090 easy1090 force-pushed the feat/brief-report-options branch from 2dcebe7 to a50f304 Compare August 29, 2024 11:30
@easy1090 easy1090 force-pushed the feat/brief-report-options branch from a50f304 to de35528 Compare August 29, 2024 11:31
@easy1090 easy1090 merged commit b1aea99 into main Aug 29, 2024
7 checks passed
@easy1090 easy1090 deleted the feat/brief-report-options branch August 29, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add outputPath option
1 participant