Will be invoked before once for every test suite execution and create video folder and the reporting @author TestLeaf
()
| 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 |
nothing calls this directly
no test coverage detected