You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
@ActionTitle("action")
public void action() {
throw new AllureNonCriticalError("I'm non critical!");
}
Step: * user (action)
Result:
```
ru.sbtqa.tag.pagefactory.exceptions.FactoryRuntimeException: Error while executing action 'actions' on ContactPage . See the caused exception below
at ru.sbtqa.tag.pagefactory.reflection.DefaultReflection.executeMethodByTitle(DefaultReflection.java:64)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps.action_aroundBody10(CoreSteps.java:135)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps$AjcClosure11.run(CoreSteps.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at ru.sbtqa.tag.pagefactory.allure.JunitReporter.handleStep(JunitReporter.java:25)
at ru.sbtqa.tag.pagefactory.aspects.JUnitCoreStepAspect.handleStep(JUnitCoreStepAspect.java:13)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps.action(CoreSteps.java:134)
at ru.sbtqa.tag.stepdefs.en.CoreStepDefs.action(CoreStepDefs.java:78)
at ✽.user (ACTIONS) from the list(src/test/resources/features/dataBinding.feature:18)
Caused by: ru.sbtqa.tag.pagefactory.exceptions.AllureNonCriticalError: I'm non critical!
at pagefactory.pages.webelements.ContactPage.act(ContactPage.java:84)
The text was updated successfully, but these errors were encountered:
Non critical step faled scenario
For example
Method:
Step:
* user (action)
Result:
ru.sbtqa.tag.pagefactory.exceptions.FactoryRuntimeException: Error while executing action 'actions' on ContactPage . See the caused exception below
at ru.sbtqa.tag.pagefactory.reflection.DefaultReflection.executeMethodByTitle(DefaultReflection.java:64)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps.action_aroundBody10(CoreSteps.java:135)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps$AjcClosure11.run(CoreSteps.java:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at ru.sbtqa.tag.pagefactory.allure.JunitReporter.handleStep(JunitReporter.java:25)
at ru.sbtqa.tag.pagefactory.aspects.JUnitCoreStepAspect.handleStep(JUnitCoreStepAspect.java:13)
at ru.sbtqa.tag.pagefactory.junit.CoreSteps.action(CoreSteps.java:134)
at ru.sbtqa.tag.stepdefs.en.CoreStepDefs.action(CoreStepDefs.java:78)
at ✽.user (ACTIONS) from the list(src/test/resources/features/dataBinding.feature:18)
Caused by: ru.sbtqa.tag.pagefactory.exceptions.AllureNonCriticalError: I'm non critical!
at pagefactory.pages.webelements.ContactPage.act(ContactPage.java:84)
The text was updated successfully, but these errors were encountered: