bgoktugozdemir / Flutter-Testing

Example of Testing for Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage

Flutter Testing Demo Project

You can see and try all the test methods in this app.

All the useful shell scripts are shared.

Medium Articles

  1. Introduction
  2. Unit Test

Project Dependencies

Flutter Version: 3.0.5 (Stable) Dart Version: 2.17.5

Running Tests

If you want to update the Golden Tests, you can run the code below.

flutter test --update-goldens --tags=golden

Do not forget that sometimes Golden Images can be dependent on OS. Try to update goldens first.

About

Example of Testing for Flutter

License:MIT License


Languages

Language:Dart 97.0%Language:Shell 1.2%Language:Ruby 1.1%Language:Swift 0.3%Language:Java 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%