Add screenshots to a specific step in Allure report

Hi everyone,
I would like to add a screenshots to a specific step in allure report.
Default screenshots will be added to the report when a test case was failed.
If i config as below, screenshots will be taken for every step.
stepByStepReport: {
enabled: true,
fullPageScreenshots: true,
screenshotsForAllureReport: true
}

Hope someone has solution for my expectation.
Thanks, guys.