-
-
Notifications
You must be signed in to change notification settings - Fork 742
DOCS(#2982) allure createStep public API description #3104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCS(#2982) allure createStep public API description #3104
Conversation
@DavertMik Hi! |
@EgorBodnar sorry, didn't get question. Write to me in Slack, I will try to answer there. I would really love to see it working like this: allure.createStep('I do something important', () => {
I.amOnPage('/');
I.click('Important link');
// ....
}) So to wrap CodeceptJS actions into the allure step. Do you think it is possible? |
@DavertMik added the required option, but also left the old one. |
@EgorBodnar, ok, I got it... |
@DavertMik Yes, that's right. |
I think I'll add typing in another PR. If everything is ok with this PR, can we merge it? |
Nope. |
Motivation/Description of the PR
createStep
Applicable helpers:
Applicable plugins:
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)