Bartek Pacia

Results 199 issues of Bartek Pacia
trafficstars

### 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...

enhancement
help wanted
WIP

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...

type-enhancement

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.

type-bug

### 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...

a:feature
to-triage

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"...

bug
docs

### 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...

feature
package: patrol
package: patrol_cli
P2

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...

feature
package: patrol
platform: android
P2

> 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...

bug
platform: ios
blocked

This is unacceptable. We want to know what these exceptions are. ![Screenshot 2023-02-17 at 10 52 02 AM](https://user-images.githubusercontent.com/40357511/219613785-c500fc6e-a03a-4df6-84aa-0cb748868271.png) 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...

bug
package: patrol