Bartek Pacia
Bartek Pacia
### Synopsis Currently, the bot runs well in a single group. There are a single language and behavior config and single storage of exceptions. This one and only config works...
Alternative title: [`Declarer`](https://github.com/dart-lang/test/blob/8f7682a58f1176cd1ff22ef7cc89fa9bb4858dbc/pkgs/test_api/lib/src/backend/declarer.dart#L24) knows the test suite structure, but it's private. ### Overview In Dart test files, I'd like to be able to know the test suite structure (the test...
Most of the links in https://github.com/dart-lang/test/blob/master/pkgs/test/doc/architecture.md are broken. It's a pity because there's a huge amount of knowledge in that document.
### Expected Behavior I'd like to be able to configure `javac --release` in `JavaPluginExtension`: ```kotlin java { release = JavaVersion.VERSION_21 } ``` ### Current Behavior (optional) `javac --release` can only...
Hi, thank you for publishing this sample repo. I'm having a problem - the app container doesn't connect to the database container. ### Reproduction steps 1. Clone repo 2. Create...
Today @piotruela and I struggled with it and were not able to run tests on his physical iPhone. The problem is code-signing related. ``` Testing failed: Nie można zainstalować „RunnerUITests-Runner"...
### Use case Currently the feedback loop when developing integrations tests is very slow because of the need to make a full rebuild after every change. I very often cannot...
This is already achievable by `$.native.tap()`, but is a bit, lengthy, and **device-dependent**. We'd like to have a more high-level API (like we already have for Wi-Fi, Cellular, and Dark...
> See also [epic issue about test bundling](https://github.com/leancodepl/patrol/issues/1004). When running tests on iOS, if some data is saved into, for example, `NSUserDefaults` during the first test, it'll be there in...
This is unacceptable. We want to know what these exceptions are.  The code that prints this message [lives here in `flutter_test`](https://github.com/flutter/flutter/blob/3.7.3/packages/flutter_test/lib/src/binding.dart#L790-L808) – in...