28 Commits

Author SHA1 Message Date
Jenn Magder
1d25b0c700
Update integration_test iOS FTL README script to remove targeted version (#143248)
1. Remove `dev_target` from suggested Firebase Test Lab iOS script and use wildcard instead.
2. First run `flutter clean` before building to avoid collisions between runs.
3. Use `zip --must-match` in case the xctestrun or `Release-iphoneos` directories are missing (like ran with `--profile` instead of `--release` on purpose) to fail instead of zipping up only part of what's needed.

This came out of a discussion with FTL about these instructions and I tried to run them locally and avoided setting `dev_target`.

See also #74428
2024-02-12 17:53:05 +00:00
Gray Mackall
6b70dc18f5
[integration_test] Update outdated onScreenshot signature in README code snippet (#132409)
Fixes https://github.com/flutter/flutter/issues/126690.

Encountered while testing https://github.com/flutter/flutter/pull/132406. Updates the signature to be in line with the [current typedef](b3096225e0/packages/integration_test/lib/common.dart (L26)).
2023-08-15 20:46:37 +00:00
Zachary Anderson
cc2a045c5a
Revert "[integration_test] upgrade androidx test to 1.4.0" (#124644)
Reverts flutter/flutter#122437

This is causing several Android devicelab tests to fail on the first
attempt, causing them to be marked flaky. The cause appears to be
unexpected output on stderr. See:
https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64_android%20run_release_test/5390/overview
2023-04-11 18:54:59 -07:00
Micael Cid
4a83fa0fe9
[integration_test] upgrade androidx test to 1.4.0 (#122437)
[integration_test] upgrade androidx test to 1.4.0
2023-04-11 22:22:03 +00:00
Sebastian Schneider
4e1ad59f75
Add documentation on how to use dart-define with gradlew (#123205)
Add documentation on how to use `dart-define` with `gradlew`
2023-03-29 23:06:46 +00:00
Bartek Pacia
f97a51533b
Fix documentation error in README of integration_test (#117977)
Fix documentation error in README of `integration_test`
2023-02-28 23:36:47 +00:00
Nils Reichardt
c102bf4673
[integration_test] Fix link to integration test for web section in README.md (#103422)
* [integration_test] Fix link to integration test for web section in `README.md`

* Update packages/integration_test/README.md

* Update packages/integration_test/README.md
2023-02-14 15:57:15 -08:00
kye shimizu
b816801abd
fix to add both flutter_test and integration_test (#109650) 2022-10-25 23:29:54 +00:00
Aneesh Rao
cdad35f2d8
Fix path in example (#84707) 2021-09-13 16:47:04 -07:00
Souvik Biswas
e7b1b2065d
[Docs: Integration Test Readme] Updated with proper commands (#88214)
* Updated with proper docs

* Add the casting
2021-09-10 12:12:20 -07:00
Zachary Anderson
463f9739f7
Revert "Refactor iOS integration_test API to support Swift, dynamically add native tests (#88013)" (#88377)
This reverts commit 9e3de9a3289fbcdd88ff73c808333a58146be87d.
2021-08-17 14:54:14 -07:00
Jenn Magder
9e3de9a328
Refactor iOS integration_test API to support Swift, dynamically add native tests (#88013) 2021-08-17 11:42:05 -07:00
Jenn Magder
28dfb44559
Add native iOS screenshots to integration_test (#84611) 2021-08-06 12:45:04 -07:00
Emmanuel Garcia
0504fac7e2
Android e2e screenshot (#84472) 2021-07-20 13:36:04 -07:00
Taha Tesser
59f201fbba
[integration_test] Fix example link in the README (#85622) 2021-06-30 09:47:31 -07:00
Jenn Magder
163decb7e9
Remove unnecessary reference to iOS configuration in README (#84615) 2021-06-15 10:39:02 -07:00
Aneesh Rao
5da966717b
Fix flag passed to the flutter tool in sample (#82925) 2021-05-19 12:49:02 -07:00
Tyler Norbury
8d04c55577
Point to correct extended integration test driver file (#81565) 2021-05-06 16:39:05 -07:00
John Ryan
6459f60ffd
Recommend an SDK dependency in integration_test README (#79591) 2021-04-08 15:39:03 -07:00
Chris Bracken
3e7e06512c
Correct misspellings throughout the codebase (#79500) 2021-04-01 10:04:03 -07:00
Romain Rastel
30cf0d4a16
[integration_test] fix zip command (#74473) 2021-01-25 12:16:06 -08:00
Romain Rastel
0a668b9804
Add details to the iOS part integration_test (#74428) 2021-01-21 17:26:07 -08:00
Dan Field
3de9342ffa
No test core (#74065)
* Revert "[integration_test] Fix incorrect logging for the legacy reporter (#72699)"

This reverts commit 57e134058fd25ec4d7f1a46265c495a0cb89e67c.

* Revert reporter
2021-01-15 20:05:10 -08:00
Jenn Magder
8612065909
Update integration_test README for iOS (#71859) 2020-12-07 12:48:03 -08:00
Jia Hao
87746c7674
[integration_test] Reland add a run method for proper reporting of test results (#70513)
* [integration_test] Reland add a `run` method for proper reporting of test results

* Changes to path resolving from previous PR
2020-11-13 19:39:05 -08:00
Jonah Williams
ed977dd6a4
Revert "[integration_test] Add a run method for proper reporting of test results (#70075)" (#70466)
This reverts commit af5eb3b987e1749692ff226be18b087006908e4e.
2020-11-13 09:01:09 -08:00
Jia Hao
af5eb3b987
[integration_test] Add a run method for proper reporting of test results (#70075) 2020-11-13 19:57:15 +08:00
Dan Field
76784651d4
Move package:integration_test to flutter/flutter (#69622) 2020-11-05 17:28:47 -08:00