Parker Lougheed
c63339866d
Update flutter.dev links from misc packages to more permanent destinations ( #150532 )
...
Contributes to https://github.com/flutter/website/issues/10363
2024-06-20 23:09:08 +00:00
Kishan Dhankecha
2867ac7885
Added missing code block language in docs ( #147481 )
...
- added language for all code blocks
- replaced `bash` or `shell` with `sh` for consistency.
- added `sh` and `console` in the GitHub template link generator.
- updated test for GitHub template.
2024-05-01 14:44:27 +00:00
Pierre-Louis
4a65a76279
Reland: Update link branches to main
( #146882 )
...
Reland https://github.com/flutter/flutter/pull/146558 , reverted in https://github.com/flutter/flutter/pull/146880 due to an outdated test result
## Original description
- Update CS and googlesource.com link branches
- Update GitHub /blob/ and /tree/ links
Tested links manually and fixes a few broken or deprecated links
Added a test that validates that `master` isn't used, except for specified repos.
Part of https://github.com/flutter/flutter/issues/121564
2024-04-17 13:16:33 +00:00
Pierre-Louis
33a9643b5d
Revert "Update link branches to main
" ( #146880 )
...
Reverts flutter/flutter#146558
Causes failure
2024-04-17 13:25:18 +02:00
Pierre-Louis
072b8874a0
Update link branches to main
( #146558 )
...
- Update CS and googlesource.com link branches
- Update GitHub /blob/ and /tree/ links
Tested links manually and fixes a few broken or deprecated links
Added a test that validates that `master` isn't used, except for
specified repos.
Part of https://github.com/flutter/flutter/issues/121564
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Data Driven Fixes]:
https://github.com/flutter/flutter/wiki/Data-driven-Fixes
2024-04-17 09:44:23 +02:00
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 9e3de9a328
.
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 57e134058f
.
* 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 af5eb3b987
.
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