We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0c738 commit a3e727aCopy full SHA for a3e727a
src/main/java/com/frameworkium/tests/internal/BaseTest.java
@@ -19,6 +19,8 @@
19
import org.testng.annotations.Listeners;
20
import ru.yandex.qatools.allure.annotations.Issue;
21
import ru.yandex.qatools.allure.annotations.TestCaseId;
22
+import ru.yandex.qatools.allure.events.StepFinishedEvent;
23
+import ru.yandex.qatools.allure.events.StepStartedEvent;
24
25
import java.lang.reflect.Method;
26
import java.util.ArrayList;
@@ -197,4 +199,5 @@ public SauceOnDemandAuthentication getAuthentication() {
197
199
public static ScreenshotCapture getCapture() {
198
200
return capture.get();
201
}
202
+
203
0 commit comments