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
1f31c3b3
Unverified
Commit
1f31c3b3
authored
Aug 23, 2018
by
amirh
Committed by
GitHub
Aug 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run the embedded Android views integration test on the device lab. (#20841)
parent
d3844d7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
embedded_android_views_integration_test.dart
...ab/bin/tasks/embedded_android_views_integration_test.dart
+14
-0
integration_tests.dart
dev/devicelab/lib/tasks/integration_tests.dart
+7
-0
manifest.yaml
dev/devicelab/manifest.yaml
+7
-0
No files found.
dev/devicelab/bin/tasks/embedded_android_views_integration_test.dart
0 → 100644
View file @
1f31c3b3
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'dart:async'
;
import
'package:flutter_devicelab/framework/adb.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
import
'package:flutter_devicelab/tasks/integration_tests.dart'
;
Future
<
Null
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
android
;
await
task
(
createEmbeddedAndroidViewsIntegrationTest
());
}
dev/devicelab/lib/tasks/integration_tests.dart
View file @
1f31c3b3
...
...
@@ -45,6 +45,13 @@ TaskFunction createPlatformChannelSampleTest() {
);
}
TaskFunction
createEmbeddedAndroidViewsIntegrationTest
(
)
{
return
new
DriverTest
(
'
${flutterDirectory.path}
/dev/integration_tests/android_views'
,
'lib/main.dart'
,
);
}
class
DriverTest
{
DriverTest
(
...
...
dev/devicelab/manifest.yaml
View file @
1f31c3b3
...
...
@@ -130,6 +130,13 @@ tasks:
stage
:
devicelab
required_agent_capabilities
:
[
"
mac/android"
]
embedded_android_views_integration_test
:
description
:
>
Tests embedded Android views.
stage
:
devicelab
required_agent_capabilities
:
[
"
mac/android"
]
flaky
:
true
run_release_test
:
description
:
>
Checks that `flutter run --release` does not crash.
...
...
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