Skip to content

Fix CreateTestReport=false still generating test reports#13

Open
mukeshangrakh wants to merge 1 commit intomainfrom
fix/create-test-report-false
Open

Fix CreateTestReport=false still generating test reports#13
mukeshangrakh wants to merge 1 commit intomainfrom
fix/create-test-report-false

Conversation

@mukeshangrakh
Copy link
Copy Markdown
Collaborator

Guard the test report plugin creation and folder setup in initializeTestRunner with obj.CreateTestReport so that no report folder or plugin is created when the user sets CreateTestReport to false. Also guard mkdir(OutputPath) to only run when reports or coverage are actually needed.

Closes #8

Guard the test report plugin creation and folder setup in
initializeTestRunner with obj.CreateTestReport so that no report
folder or plugin is created when the user sets CreateTestReport
to false. Also guard mkdir(OutputPath) to only run when reports
or coverage are actually needed.

Closes #8

Amp-Thread-ID: https://ampcode.com/threads/T-019d430c-3162-70ce-bbf0-6143f9221e1f
Co-authored-by: Amp <amp@ampcode.com>
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.

"CreateTestReport = false" still generates test reports

1 participant