Vladislav Voronin

Results 15 issues of Vladislav Voronin

There is option in process hacker "Include CPU(and other) usage of children in collapsed processes" Do you plan to implement this as well, or i can somehow get it in...

Coming from Ruby I got used to this notation `When(/^I do something$/)` which is pure regexp. It's great because $ helps with avoiding similar but-not-really steps to be misused: For...

Hello, i have a question: is it possible to go to step declaration from feature file via shortcut? Ruby cucumber supports this behavior: by cmd/ctrl-clicking on step in Gherkin code,...

enhancement
help wanted

There are a lot of event-related pages, but what about classic game page? It would be easier for people to check items without switching heroes knowing that they have all...

enhancement

Am I missing something, but can we have filters and easy selections on event-pages?

In my testing if I provide ComposeScreen with `viewBuilderAction = { hasTestTag(C.Screen.main_screen) }` it doesn't work. I tested a bit, and I suspect that it uses wrong hierarchy matchers. If...

## Use case Writing and debugging tests become time consuming with ~60 seconds build time. If i pass `--no-build` parameter with my `flutter drive` command, code changes doesn't work as...

a: tests
tool
proposal
passed first triage
integration_test

With large diffs in-line diff is impossible to use, maybe add to settings option for side-by-side diff?

enhancement

## Steps to Reproduce 1. Add this test to the example test in the master branch of the plugins repo: ```dart testWidgets('failure 2', (WidgetTester tester) async { (tester.binding as IntegrationTestWidgetsFlutterBinding).reportData...

a: tests
f: integration_test
has reproducible steps
found in release: 3.3
found in release: 3.7
team-framework

``` @override Future onAfterScenario( TestConfiguration config, String scenario, Iterable tags, { bool passed = true, }) async { world.attach( world.container.read(failedMocksProvider).join('/n'), 'text/plain', ); } ``` I have following Hook (I save...