Skip to content

Wreos/flaconi_test_assigment

Repository files navigation

Flaconi test assigment

Test task for Flaconi

Build Status

Autotests are written using

  • Flutter
  • Dart

Pre-conditions

Install flutter https://docs.flutter.dev/get-started/install

Check that everything is okay with flutter-doctor

flutter doctor

Launching tests

Go to the test directory integration_test

  • Run ALL the tests
flutter test integration_test
  • Run specific test
flutter test integration_test/TEST_NAME.dart

DEMO Android

android_demo.mp4

iOS

ios.demo.mp4

PS

  • I didn't use the page object, since the application is quite simple and the use of the pattern looks like an overhead
  • Also, to improve the stability of tests, it worth to think about adding mocks to tests, but as it is test-assigment, I limited myself not do it in scope of MVP

About

Test assigment for Flaconi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published