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 afe056e + 7b6c123 commit c78ea5aCopy full SHA for c78ea5a
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.frameworkium</groupId>
7
<artifactId>Frameworkium-core</artifactId>
8
- <version>1.1.6</version>
+ <version>1.1.7</version>
9
10
<name>Frameworkium-core</name>
11
<description>
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 stepStart(String stepName){
+ public void __stepStart(String stepName){
205
Allure.LIFECYCLE.fire(new StepStartedEvent(stepName));
206
207
208
- public void stepFinish(){
+ public void __stepFinish(){
209
Allure.LIFECYCLE.fire(new StepFinishedEvent());
210
211
0 commit comments