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
b816801a
Unverified
Commit
b816801a
authored
Oct 25, 2022
by
kye shimizu
Committed by
GitHub
Oct 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix to add both flutter_test and integration_test (#109650)
parent
3ed14a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
packages/integration_test/README.md
+7
-3
No files found.
packages/integration_test/README.md
View file @
b816801a
...
...
@@ -11,8 +11,11 @@ Add a dependency on the `integration_test` and `flutter_test` package in the
`pubspec.yaml`
of the example app:
```
yaml
integration_test
:
sdk
:
flutter
dev_dependencies
:
integration_test
:
sdk
:
flutter
flutter_test
:
sdk
:
flutter
```
Create a
`integration_test/`
directory for your package. In this directory,
...
...
@@ -126,7 +129,7 @@ void main() {
```
You can use a driver script to pull in the screenshot from the device.
This way, you can store the images locally on your computer.
On iOS, the
This way, you can store the images locally on your computer. On iOS, the
screenshot will also be available in Xcode test results.
**test_driver/integration_test.dart**
...
...
@@ -277,6 +280,7 @@ end
```
To build
`integration_test/foo_test.dart`
from the command line, run:
```
sh
flutter build ios
--config-only
integration_test/foo_test.dart
```
...
...
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