azad-derakhshani-GS
azad-derakhshani-GS
Yes of course, closing the browser doesn't actual abort the test, it just happens to fulfill that purpose for me. But of course a dedicated abort functionality would be better....
Interesting idea! In theory it would work, but practically it wouldn't really. :D Using `--max-failures` requires that you already expect something to fail beforehand. The scenario I'm talking about is...
Awesome, thank you I'll try that! @radium-v One of my next tasks was to add custom assertions anyway, so this is a good place to get started. I tried adding...
Any news on this? The issue is still present in Github desktop 2.9.12 and very confusing. I see the same two options as in @kuychaco's screenshot above, and the naming...
Thats awesome, thank you!
> Can you submit a bug report for it instead with a repro which we can run locally? You mean add our testsuite so you can run the tests locally...
Ah ok! Thanks, I'll look into that and try to provide a minimal reproducible. But independent of my specific issue, wouldn't it be better to have a dedicated locator.clear() function...
Actually, I solved my issue with that input field with the good old workaround of hitting backspace in a while loop until the field is empty. The issue is most...
What exactly does the extension do? The link in the OP doesn't link to the extension anymore, the docs have changed apparently. I'm using GoLand (uses the same engine as...
> How are you using PW in GoLand (Run config)? @pas2al What do you mean exactly? I just use it the normal way via command line, as it's described in...