#### What are you trying to achieve? Create Allure Report for Gherkin but it is broken #### What do you get instead? Allure report for Gherkin (Given, When, Then) is broken with V3 of CodeceptJS <img width="1356" alt="Screen Shot 2020-12-09 at 11 29 59 AM" src="https://user-images.githubusercontent.com/3663389/102021614-ec87d380-3d4e-11eb-8a91-5f6208af4743.png"> ## Reproduce ```js git clone git@github.com:salesforce/codeceptjs-bdd.git cd codeceptjs-bdd/packages/create-codeceptjs-bdd-tests/acceptance yarn yarn acceptance --features yarn acceptance:report ``` ### Details * CodeceptJS version: codeceptjs@3.0.2 * NodeJS Version: v12.19.0 * Operating System: Mac * puppeteer || webdriverio || protractor || testcafe version (if related) ALL * Configuration file: https://github.com/salesforce/codeceptjs-bdd/blob/develop/examples/webcomponents-playwright-webdriver-example/codecept.conf.js