Ricardo Barbosa

Results 26 issues of Ricardo Barbosa

`testID` prop on `RectButton` component does not take effect. Furthermore, `accessible` prop also appears to suffer from the same issue. With RN 0.64. ```jsx ```

Close when stale
BugBash 31.03

Allow variable negation, useful for Cucumber pattern: ```ts Then(/^I should( not)? see stuff$/i, async (not?: string) => await expect(PageObj.elem)[not].toBeDisplayed()) ```

Reproducible example missing

## Proposed changes Enhances the Share Store service with: - New `close` command to stop the server - New service options that allows users to attach to an existing server...

### Is your feature request related to a problem? Since we enabled the Cucumber API to run the tests in #11069 ( and #11067, #11065 , #11010) we are disabling...

Discussion
help wanted
Idea 💡

### Is your feature request related to a problem? Currently, only Chrome and Edge are automatically downloaded when specifying a release channel in the `browserVersion` capability. This feature is missing...

help wanted
Idea 💡

### 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 20 ### Mode Standalone...

Bug 🐛
help wanted
Expensable $25 💸

- Have available simulators open. - Have available emulators open. - Pass plugin parameter `--plugin-device-farm-platform=both` - Start a single test session for an Android device, pass capability `appium:iPhoneOnly` The flag...

bug
help wanted

Versions: latest webdriverio + latest expect-webdriverio, TS 5.4.3 Trigger `await expect(await $$('.item')).toBeDisplayed();` Logs: ``` TypeError: el?.isDisplayed is not a function at file:///Users/user/repos/repo/e2e/node_modules/@wdio/runner/node_modules/expect-webdriverio/lib/matchers/element/toBeDisplayed.js:9:74 at file:///Users/user/repos/repo/e2e/node_modules/@wdio/runner/node_modules/expect-webdriverio/lib/utils.js:55:96 at Object.executeCommand (file:///Users/user/repos/repo/e2e/node_modules/@wdio/runner/node_modules/expect-webdriverio/lib/util/executeCommand.js:2:26) at file:///Users/user/repos/repo/e2e/node_modules/@wdio/runner/node_modules/expect-webdriverio/lib/utils.js:55:45 at...

help wanted

### 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 20.11.1 ### Mode WDIO...

Bug 🐛

Use case: A user configures the `app` capability with a `.zip` file. The file contains builds at the same revision for multple SDKs, simulator and device, therefore it contains at...