Skip to content

kolyamba123/qa_autotests_flutter

Repository files navigation

Note on "Login after logout" scenario:

Step "Then user on the login page" (test9) fails because it is expected that in financial app after logout from user account, a password is required for re-entry.

qa_automation_integration_test_task

valid email: [email protected] valid password: wiotestpass

The password must be at least 8 characters long

Command to regenerate after changing any feature file:

flutter pub run build_runner clean && flutter pub run build_runner build --delete-conflicting-outputs --config integration_test

Running tests:

flutter driver --driver=integration_test/driver.dart --target=integration_test/runner.dart

Run tests by tag:

flutter driver --driver=integration_test/driver.dart --target=integration_test/runner.dart --dart-define=testTag={testTag}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published