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

After changing openReport: false - report is not opened locally and not generated on local runs #303

Open
saritvakrat opened this issue Mar 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@saritvakrat
Copy link

saritvakrat commented Mar 5, 2024

Describe the bug
After changing openReport: false - report is not opened locally and not generated on local runs

To Reproduce
Steps to reproduce the behavior:
Delete the report folder

  1. update openReport: false
  2. Change again to openReport: true
  3. Try to get the report generated or open

Expected behavior
Report is generated and opened

Screenshots

image

Desktop (please complete the following information):

  • OS: windos + mac
    jest-html-reporters

Additional context
Config:
reporters: ['default',
['jest-html-reporters', {
publicPath: './html_report',
filename: 'report.html',
darkTheme: false,
openReport: false,
inlineSource: true,
includeConsoleLog: true,
logoImgPath: 'gbLogo.jpeg'
}],
['jest-junit', { outputDirectory: 'junit-reports', outputName: 'report.xml' }]
],

@saritvakrat saritvakrat added the bug Something isn't working label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants