Skip to content

maestro_test-v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 14:15
· 2106 commits to master since this release
maestro_test-v0.3.0

Prototype of custom selectors (#75)

  • start work

  • start creating dummy selector test

  • implement very simple, basic, dummy, rudimentary, stupid, selector algorithm

  • create MaestroDriveHelper

  • first working MVP

  • delete first prototype (from Wednesday) of selector (with strings)

  • use Symbols, lol

  • update README and add example test

  • example: move notifications to a separate screen to make testing easier

  • fix selector test

  • add MaestroFinder.text

  • add support for RegExp and fix notification test

  • add support for complex selector expression for top-level $

  • delete obsolete test/widget_test.dart

  • add some docs

  • cleanups

  • rename enum Chainers to Chainer

  • remove global $, provide it in maestroTest instead

  • rename initialFinder to parentFinder

  • example: use Key instead of ValueKey

  • add missing tap() from comment

  • run example app tests in CI

  • make MaestroFinder extends Finder

  • flutter format --set-exit-if-changed

  • rename instances of MaestroTester to $

  • maestro_test: fix readme

  • remove outdated docs

  • remove Chainer, create MaestroFinder.withDescendant() method

  • add @isTest annotation to maestroTest()

  • flutter format

  • remove Chainers

  • $: add support for IconData

  • maestroTest(): add optional args for testWidgets()

  • clean up READMEs

  • Bump versions

Co-authored-by: Mateusz Wojtczak [email protected]