Boris Osipov
Boris Osipov
Also it will be nice to have some typescript decorators for PageObject methods. ``` export class LoginPage { @Step("Login to app by login {{0}} and password {{1}}") public login(login: string,...
Nope. Feel free to propose solution and submit PR.
@AutomationReddy nope.
>is there any progress on this item? nope. I don't read rerun docs mindfully.. >I'm looking into using specFileRetries this issue is about support rerun in common e.g. when you...
@hs-abarchuk @AdamOakman specFileRetries works on 6.5.0\7.0.0 versions.
@dorg-jskinner thanks for reporting this. I reproduced the error. Btw it will be not easy to fix. Current reporter logic aren't ready to report hooks and especially such mocha after...
@itayTipalti I am not sure that RP supports suite retry and I don't have plans to implement this.
>Maybe there is a way that in case of 2 suites with the same name, the second suite will be reported into the first suite in case retry flag is...
@itayTipalti ok. and what do you want from reporter if Rp doesn't support suites retry?
@BorisOsipov theoretically it looks possible. RP allows report testitem in closed suite. But I can't make any promise to implement it in near future. It is not easy and it...