mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
7787558713
* test granting and revoking pro features * extracted common widget tester actions * test disabling & enabling of the metering screen layout features * added integration tests to CI * added integration tests to PR check * allow matrix jobs to fail * use base64 -d * downgraded iphone version to the supported one * use proper android device name * typo in macos version * upgraded iphone version to the supported one * updated android compileSdkVersion * added google services json restoration * combined all tests in one file * removed ipa signing for ios test * debug prints :) * lints * refined tester extension and expectations * e2e test (wip) * added more expectations to e2e test * changed pickers order a bit in e2e test * added equipment profiles creation to e2e test * added film selection to e2e test * set android emulator API level to 32 * use flutter drive for integration tests * removed app pre-build * try running tests only for one platform * added no-dds to flutter drive * try running only on ios * bumped macos version * increased tests timeout * set IPHONEOS_DEPLOYMENT_TARGET = 12.0 * removed prints * Update Podfile * restore firebase_app_id_file.json * Delete run_integration_tests.sh * run e2e with all tests * reverted pr-check
18 lines
494 B
Markdown
18 lines
494 B
Markdown
# M3 Lightmeter integration tests
|
|
|
|
### List of executed tests:
|
|
|
|
- [Purchases test](integration_test/purchases_test.dart)
|
|
- [Metering screen layout test](integration_test/metering_screen_layout_test.dart)
|
|
- [e2e](integration_test/e2e_test.dart)
|
|
|
|
### Run all tests
|
|
|
|
```console
|
|
flutter drive \
|
|
--target=integration_test/run_all_tests.dart \
|
|
--driver=test_driver/integration_driver.dart \
|
|
--flavor=dev \
|
|
--no-dds \
|
|
--dart-define cameraStubImage=assets/camera_stub_image.jpg
|
|
```
|