Ivan Wang

Results 14 comments of Ivan Wang

I'm running into the same issue for Android only on the latest maestro version (1.38.1) but not iOS. Previously listed workarounds (closing and restarting the terminal) did not help. Any...

It's not super well-documented, but I did some spelunking in the code and found that you can override [`strategy_config`](https://github.com/nvim-neotest/neotest-jest/blob/main/lua/neotest-jest/init.lua#L520) opt to pass a custom function. This [function takes two arguments](https://github.com/nvim-neotest/neotest-jest/blob/main/lua/neotest-jest/init.lua#L449-L452),...

I encountered the same issue on SDK 50, but @ellouzeskandercs's [solution](https://github.com/expo/expo/issues/24273#issuecomment-2132297993) worked like a charm! It looks like this was fixed in #29463 which made it into `@expo/cli` [0.18.17](https://github.com/expo/expo/blob/main/packages/%40expo/cli/CHANGELOG.md#01817---2024-06-10) -...

The biggest annoyance for me is that an array or single value is returned depending on the value of `isMulti`. This means that the type system should already know the...

I haven't been able to get this integrated into neotest directly, but I've had some success with https://github.com/esensar/nvim-dev-container and just running pytest as a command inside the devcontainer. It ends...

Do you have a suggestion for a catch-all solution that would work for both #3181 and this issue? I'd be happy to help test with my own project.

Getting some strange test failures that seem to be completely unrelated to this PR. @shortcuts do you mind taking a look (or routing to the correct person?) Thank you!

Thanks @bartekpacia , appreciate the response. From the stack trace, I see that the IOS driver is executing a [POST request with json](https://github.com/mobile-dev-inc/maestro/blob/363071cd38445d277e41bde7c20910d11810845b/maestro-ios-driver/src/main/kotlin/xcuitest/XCTestDriverClient.kt#L69) to `/viewHierarchy`. Under the hood `executeJsonRequest` uses...