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 8c2e916 commit aec0403Copy full SHA for aec0403
src/main/java/com/frameworkium/tests/internal/BaseTest.java
@@ -201,11 +201,11 @@ public static ScreenshotCapture getCapture() {
201
return capture.get();
202
}
203
204
- public static void startStep(String stepName){
+ public void startStep(String stepName){
205
Allure.LIFECYCLE.fire(new StepStartedEvent(stepName));
206
207
208
- public static void finishStep(){
+ public void finishStep(){
209
Allure.LIFECYCLE.fire(new StepFinishedEvent());
210
211
0 commit comments