allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

[codeceptJS] Nested steps broken

Open lifanov-rza opened this issue 4 months ago • 1 comments

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>

Image

To Reproduce Steps to reproduce the behavior:

  1. Write a test with nested steps
  2. Run test
  3. 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",

lifanov-rza avatar Aug 07 '25 15:08 lifanov-rza

may be related to https://github.com/allure-framework/allure-js/issues/1269

lifanov-rza avatar Sep 04 '25 08:09 lifanov-rza