tests
tests copied to clipboard
Contributed tests for Flutter
Tests for https://github.com/flutter/platform_tests/pull/9 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.26 to 2.1.27. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.1.27 - 06 Oct 2022 We are rolling out a feature...
Fixes https://github.com/flutter/flutter/issues/112116 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...
[super_sliver_list](https://superlistapp.github.io/super_sliver_list/#/example/item-list) is an alternative to `SliverList` (and `ListView`) with different performance characteristics and ability to reliably jump / animate to any item. It relies heavily on `scrollOffsetCorrection` in a way...
After #365, this can be a lot simpler, in the same way as the instruction in the README.
This PR add testing 3 packages that together form the [Patrol](https://patrol.leancode.co/) testing tool: - [patrol_cli](https://github.com/leancodepl/patrol/tree/master/packages/patrol_cli) - [patrol](https://github.com/leancodepl/patrol/tree/master/packages/patrol) - [patrol_finders](https://github.com/leancodepl/patrol/tree/master/packages/patrol_finders) They relies on multiple dependencies pinned by the Flutter SDK, most...
This PR re-enables the `rfw` tests disabled in https://github.com/flutter/tests/pull/386. The `rfw` tests were fixed in https://github.com/flutter/packages/pull/7148. Closes https://github.com/flutter/flutter/issues/151659.
* Error Handling: Add error checking for each significant command to make debugging easier if something goes wrong. * Refactor Argument Parsing: Use a while loop with getopts for more...
*Replace this description with a description of what your PR is changing, adding, enabling, or disabling.* > [!IMPORTANT] > This repository is a testing suite that contains references to tests...