Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1b200726
Unverified
Commit
1b200726
authored
May 25, 2021
by
Filip Hracek
Committed by
GitHub
May 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update flutter_tools README with tips (#83369)
parent
c835ad43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
README.md
packages/flutter_tools/README.md
+15
-3
No files found.
packages/flutter_tools/README.md
View file @
1b200726
...
...
@@ -73,9 +73,21 @@ $ flutter test
```
The tests in
`test/integration.shard`
are slower to run than the tests in
`test/general.shard`
. They also require the
`FLUTTER_ROOT`
environment variable
to be set and pointing to the root of the Flutter SDK. To run only the tests in
`test/general.shard`
, in this
directory run:
`test/general.shard`
. Depending on your development computer, you might
want to increase timeouts and limit concurrency.
The integration tests also require the
`FLUTTER_ROOT`
environment variable
to be set.
The full invocation to run everything might therefore look something like:
```
shell
$ FLUTTER_ROOT
=
~/path/to/flutter-sdk
$
flutter
test
--timeout
2x
--concurrency
1
```
This will take about an hour to complete.
To run only the tests in
`test/general.shard`
(which takes about a minute),
in this directory run:
```
shell
$
flutter
test test
/general.shard
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment