Ricardo Barbosa
Ricardo Barbosa
If we are using simply the `bundleId` to run tests, without an `app` capability, how do we clean the app state between tests? Assume you don't have a local app...
@tamil777selvan Can confirm this is now working after your work for use of the Cucumber programmatic API. But not sure we should close this fully due to the fact that...
> I'm a bit uneasy about adding something that's geared specially around a TypeScript concept. I think plain old arrays would be fine though e.g. This wouldnn't take anything away...
Hopefully will tackle or help tackle some issues raised in #10720
FYI [polka](https://github.com/lukeed/polka) is updating its types and I'll refactor this to use them. There's also some more polishing to be done
I'd like to see https://github.com/webdriverio/webdriverio/issues/8149 We are using deprecated functions to run Cucumber and it is about time we upgrade. Does not seem all that complex to substitute some deprecated...
@christian-bromann Thinking of Deno, Bun, etc, shouldn't we keep `got` & `ky` arround?
Let's try and have an unifying API for mobile as well that deals with both iOS and Android alerts.
> @nextlevelbeard would that mean integrating https://github.com/webdriverio/appium-boilerplate/blob/0208c5583b4cd427ac4a87104649e53db60315c9/tests/screenobjects/components/NativeAlert.ts#L12 for iOS and Android sessions? That LGTM, I'm more concerned on how to confirm/dismiss alerts, iOS often has multiple ways to confirm/dismiss an...
@christian-bromann I seem to have Firefox issue fixed on my end. Opened issue https://github.com/webdriverio/webdriverio/issues/12322 and there is a tentaive fix at https://github.com/webdriverio/webdriverio/pull/12323