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;