Skip to content

"CreateTestReport = false" still generates test reports #8

@vanditaMW

Description

@vanditaMW

When using the examplesTester API with CreateTestReport = false, the test report folder (along with test files) is still being created. This seems to contradict the expected behavior where no report should be generated if CreateTestReport is set to false.

Steps to Reproduce

obj = examplesTester(["examples", "doc"], CreateTestReport = false);
obj.executeTests;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions