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

Support generating Test Report #295

Open
4 tasks
BMW1Addict opened this issue Feb 19, 2023 · 0 comments
Open
4 tasks

Support generating Test Report #295

BMW1Addict opened this issue Feb 19, 2023 · 0 comments

Comments

@BMW1Addict
Copy link

Add support to generate Test report to configured/specified report folder.

  • Add support for "python.testing.reportFolder" in settings.json (e.g. "python.testing.reportFolder": "{$workspaceFolder}${pathSeparator}report")
  • Add support for "python.testing.reportFormat" in settings.json (e.g. "python.testing.reportFormat": "HTML" # Allows for future PDF format support if desired)
  • Add support for "python.testing.reportCSSFile" in settings.json (e.g. "python.testing.reportCSSFile": "{$workspaceFolder}${pathSeparator}docs${pathSeparator}TestReport.css")
  • Add support for "python.testing.generateReport" in settings.json (e.g. "python.testing.generateReport": true)

Thank you.

@BMW1Addict BMW1Addict changed the title Support generating HTML Test Report Support generating Test Report Feb 19, 2023
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

No branches or pull requests

1 participant