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 94573a8 + 446e41d commit afe056eCopy full SHA for afe056e
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 void startStep(String stepName){
+ public void stepStart(String stepName){
205
Allure.LIFECYCLE.fire(new StepStartedEvent(stepName));
206
207
208
- public void finishStep(){
+ public void stepFinish(){
209
Allure.LIFECYCLE.fire(new StepFinishedEvent());
210
211
0 commit comments