allure-js
allure-js copied to clipboard
[codeceptJS] Nested steps broken
Describe the bug
We use the page object pattern. Each page has many methods to interact with it, but the mapping of methods in the allure is represented as steps of Actor I.<doSomething>
To Reproduce Steps to reproduce the behavior:
- Write a test with nested steps
- Run test
- Open allure report
Expected behavior Page methods are represented as steps in the Allure. Inside them are nested steps, which are atomic steps of the Actor
Additional context
"allure-codeceptjs": "3.0.8",
"allure-playwright": "3.0.8",
"codeceptjs": "3.6.10",
may be related to https://github.com/allure-framework/allure-js/issues/1269