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.
2 parents 8c2e916 + aec0403 commit 94573a8Copy full SHA for 94573a8
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