Optional
Step display name in Allure report. Defaults to the method name.
Decorator that marks a method as a named Allure step within a Scenario.
class MyScenario extends Scenario { @Step('Do something') async doSomething() { ... }} Copy
class MyScenario extends Scenario { @Step('Do something') async doSomething() { ... }}
Step display name in Allure report. Defaults to the method name.