goosewobbler

Results 287 comments of goosewobbler

I believe I have an electron-based use case for this, basically an electron app which interacts with different browsers and where this interaction requires an E2E testing solution. ``` multiremoteCapabilities:...

Can confirm this is still an issue. `sourceMaps: 'inline'` => inline sourceMap (correct behaviour) `sourceMaps: 'both'` => inline sourceMap, no file sourceMap (incorrect behaviour) `sourceMaps: true` => no inline sourceMap,...

I'm wondering if the map-file creation should be extracted to `babel-core` where it can have access to config and passed overrides for config when invoked by `babel-cli`. IMO this functionality...

@webpro I'm getting this on github actions too, returning 403 when trying to retrieve the npm registry collaborators list. https://registry.npmjs.org/-/package/wdio-electron-service/collaborators?format=cli EDIT: Fixed. It was due to an upgrade of `pnpm`...

I think this issue is a result of Spectron not being properly updated since forever, whilst Electron development has been on a tear. I got frustrated with the lack of...

The TypeScript examples on the site are all broken as well, which doesn't help...

Doesn't look like the friendly pings are working and this project has been abandoned. @sosukesuzuki you were the last person to merge something (9 months ago), any chance you can...

@thernstig good job. Loads of people using this plugin, would be a big shame to see it die.

Some more feedback on the linux section of the readme [here](https://github.com/floating/frame/issues/1017)

I realised I misread your comment 😅