Skip to content

Commit a3e727a

Browse files
committed
Update BaseTest.java
1 parent 0e0c738 commit a3e727a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/frameworkium/tests/internal/BaseTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
import org.testng.annotations.Listeners;
2020
import ru.yandex.qatools.allure.annotations.Issue;
2121
import ru.yandex.qatools.allure.annotations.TestCaseId;
22+
import ru.yandex.qatools.allure.events.StepFinishedEvent;
23+
import ru.yandex.qatools.allure.events.StepStartedEvent;
2224

2325
import java.lang.reflect.Method;
2426
import java.util.ArrayList;
@@ -197,4 +199,5 @@ public SauceOnDemandAuthentication getAuthentication() {
197199
public static ScreenshotCapture getCapture() {
198200
return capture.get();
199201
}
202+
200203
}

0 commit comments

Comments
 (0)