AdamOakman
AdamOakman
The searching part of this feature request would be really helpful in the project I work for (the need mentioned in the rejected feature for allowing setting up tags dynamically...
I think the issue is about the importance of understanding by the playwright framework maintainers that both serial mode with skipping and without skipping subsequent tests within one describe block...
I can confirm there is indeed a problem in taking pictures for pixel ratio other than 1 - is there any chance for fixing it?
I worked it around by including customSteps at the top of step definition file (in your case loginSteps.js): ``` const customSteps = require('../custom_steps.js'); const I = customSteps(); ``` But in...
@BorisOsipov @hs-abarchuk did you guys find any way/workaround to make `specFileRetries` option work correctly with report portal? I was able to configure report portal with the project that uses gherkin...
@Skn0tt It is about custom dropdowns which animate during opening. I would like to be able to: * check if the opened dropdown options are visible, enabled, **stable** etc. *...
> Maybe `trial` could help you? https://playwright.dev/docs/api/class-locator#locator-click-option-trial It does not - I already tried it. Setting `trial: true` performs scrolling into view as well unfortunately