You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
BMW1Addict
changed the title
Support generating HTML Test Report
Support generating Test Report
Feb 19, 2023
Add support to generate Test report to configured/specified report folder.
Thank you.
The text was updated successfully, but these errors were encountered: