Rommel Malqued

Results 4 comments of Rommel Malqued

Thanks @baev. The problem with Allure.step is that the steps are not getting nested in the report when they should be.

`public void firstStep(){ Allure.step("First Step"); firstNestedStep(); secondNestedStep(); } public void firstNestedStep(){ Allure.step("First Nested Step"); } public void secondNestedStep(){ Allure.step("Second Nested Step"); }` Thank you for the example. I was expecting...

**Additional note on the issue.** 2 Test cases are identical on each of the test classes. Not sure if what I experience was a bug or a feature. Based on...

@amacostapagseguro no confirmation from the devs yet if this a bug or not hence no solution yet. If I remember, my work around here was to make sure that test...