HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Add google chrome device emulation recipe to docs #110

Closed konstunn closed 3 years ago

dimaqq commented 3 years ago

I've no clue why the "remote" (browserstack) tests suddenly fail... I've had partial failure in my PR too, but that succeeded on retry; here I'm baffled.

(also I'm a bit confused by circle ci, where I am not allowed to rerun the build for this fork... I think the core reason for both is that browserstack credentials are not available in external forks/branches)

ojii commented 3 years ago

I've no clue why the "remote" (browserstack) tests suddenly fail...

external PRs cannot run remote tests as they don't get access to API Keys. Curious why it's not skipping them though