Oleksandr Khotemskyi

Results 35 comments of Oleksandr Khotemskyi

@elouenD You can create own wrapper function for `expect` that will start/stop step during assertion

Check this one - https://demo.qameta.io/allure/

Having the same issue That happens when you use some reporters methods in before/beforeAll hooks. Jest-allure considers test is not started, so nothing to attach to: ```js before(()=> { reporter.addAttachment(`attach...

Same here. Terminal waits forever to complete npm run build This is last that was shown in console. Waiting for 20 mins already - nothing changed, process still not finished....

@fenwick67 WebDriver is much slower because uses http REST, and Chrome Debug Protocol uses websockets. There will be higher latency. And WebDriver protocol does not have all the features of...

Any updates on this? I have same issue, but using proxy from command line

You can try to change ports if needed - ![image](https://user-images.githubusercontent.com/3033972/116981248-ec717b80-accf-11eb-936b-37f890f888b5.png) but if you want to change protocol - thats probably needs to be pull request

This might be related, getting same error on calling moveTo command ![image](https://user-images.githubusercontent.com/3033972/116087747-da795280-a6a9-11eb-88f2-998b66fbacdb.png)

@kirbysayshi i confirm that it adding permission: ['camera'], also throw on mac os 10.15.7 with playwright 1.10.0