Kehinde Adeoya

Results 26 issues of Kehinde Adeoya

### Description I have iOSPro as the main project, and test targets for UI and unit tests as follows: iOSProUITests, iOSProUnitTests. I have this as the BUILD.bazel ``` load( "@build_bazel_rules_apple//apple:ios.bzl",...

bug

Recently, whenever I want to intsall EarlGrey it always return this errors: 1. EarlGrey.swift:183:18 Cannot find 'EDOHostPort' in scope 2. EarlGrey.swift:183:54 'nil' requires a contextual type 3. EarlGrey.swift:183:79 'nil' requires...

``` Cannot find 'remoteClassObject' in scope 'nil' requires a contextual type Cannot find 'EDOHostPort' in scope ``` After trying to run the test, it kept returning this error. This is...

I started using this iOS testing framework today by setting it up. It works fine in my project. Now, I want to create an agnostic test framework that fits into...

I installed this package as outlined using '`brew install xctesthtmlreport`', and executed this command provided '`$ xcodebuild test -workspace XCTestHTMLReport.xcworkspace -scheme SampleApp -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' -resultBundlePath TestResults`'. I got...

This is the nice project, and it seems to be one of it's kind. Would you mind upgrading it to support null safety? Thanks.

I got this error on the CLI when I ran this. The browser displays a blank page and when I checked the console it displays this: ``` [06:36:27] transpile started...

I followed this tutorial and got tracing setup but it does not show in Jaeger when I searched it under services. It only shows jaeger-query and selenium-route didn't display when...

### 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 8.36.0 ### Node.js Version v20.4.0 ### Mode WDIO...

Bug 🐛
Reproducible Example Missing

I recently installed this plugin to manage test on Azure. I have created the testcases on Azure Testplans, and wants to link them to the automation testcases I had already...