MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / initSuite

Method initSuite

src/main/java/com/force/base/ProjectHooks.java:58–65  ·  view source on GitHub ↗

Will be invoked before once for every test suite execution and create video folder and the reporting @author TestLeaf

()

Source from the content-addressed store, hash-verified

56 * @author TestLeaf
57 */
58 @BeforeSuite
59 public void initSuite() {
60 newEmails = new HashMap<String, String>();
61 videoFolderName = createFolder("videos");
62 tracesFolderName = createFolder("traces");
63
64 startReport();
65 }
66
67 /**
68 * This method will take snapshot in base64 format

Callers

nothing calls this directly

Calls 2

createFolderMethod · 0.80
startReportMethod · 0.80

Tested by

no test coverage detected