Badisi

Results 25 issues of Badisi

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version latest ### Node.js Version v18.18.2 ### Mode WDIO...

Bug 🐛
help wanted

### Expected Behavior It would be great to have conditional **subject-empty** (not just `always` or `never`). Because some `types` might not always require a subject: ```sh # Here, subjects are...

feature

Given the following use case: 1. App starts 2. User is not logged in 3. A signin silent with iframe is triggered (and awaited because if it fails, user won't...

enhancement
help wanted

## Bug Report ### Plugin(s) @capacitor/[email protected] ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.7.0 @capacitor/core: 5.7.0 @capacitor/android: 5.7.0 @capacitor/ios: 5.7.0 Installed Dependencies: @capacitor/cli: 5.7.0 @capacitor/core: 5.7.0...

platform: android
needs reproduction

I'm trying to use `chromedriver` in a github action. I update my **chromedriver** version more frequently than GitHub is updating the **Chrome** version in their runner. Which sometimes results in...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage
Release 9.x

I'm trying to rebuild a prebuild package that doesn't have a tag prefix at all. ### prebuild-install (works) Not using a tag prefix is working fine with `prebuild-install` ```sh prebuild-install...

`electron-rebuild` only works on packages that include a `binding.gyp` file -> [rebuild.ts#L243](https://github.com/electron/electron-rebuild/blob/master/src/rebuild.ts#L243) But this file is not necessary for packages that only rely on prebuilts distribution (ie. when there is...

**Version v1.1.1** ### Issue `@wdio/spec-reporter` doesn't have any types which makes Vscode complain about it. ### Solution(s) Either remove `@wdio/spec-reporter` from `tsconfig.e2e.json#types` or add a `package.json#types` in `@wdio/spec-reporter` itself.