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
b5c1b61c
Unverified
Commit
b5c1b61c
authored
Jul 10, 2019
by
Jenn Magder
Committed by
GitHub
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add platform_interaction_test_swift to devicelab (#35775)
parent
ff53fbe1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
1 deletion
+29
-1
platform_channel_sample_test_swift.dart
...vicelab/bin/tasks/platform_channel_sample_test_swift.dart
+14
-0
integration_tests.dart
dev/devicelab/lib/tasks/integration_tests.dart
+7
-0
manifest.yaml
dev/devicelab/manifest.yaml
+8
-1
No files found.
dev/devicelab/bin/tasks/platform_channel_sample_test_swift.dart
0 → 100644
View file @
b5c1b61c
// Copyright 2019 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
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(
createPlatformChannelSwiftSampleTest
());
}
dev/devicelab/lib/tasks/integration_tests.dart
View file @
b5c1b61c
...
...
@@ -47,6 +47,13 @@ TaskFunction createPlatformChannelSampleTest() {
);
}
TaskFunction
createPlatformChannelSwiftSampleTest
(
)
{
return
DriverTest
(
'
${flutterDirectory.path}
/examples/platform_channel_swift'
,
'test_driver/button_tap.dart'
,
);
}
TaskFunction
createEmbeddedAndroidViewsIntegrationTest
(
)
{
return
DriverTest
(
'
${flutterDirectory.path}
/dev/integration_tests/android_views'
,
...
...
dev/devicelab/manifest.yaml
View file @
b5c1b61c
...
...
@@ -414,10 +414,17 @@ tasks:
platform_channel_sample_test_ios
:
description
:
>
Runs a driver test on the Platform Channel sample app on iPhone 6.
Runs a driver test on the Platform Channel sample app on iPhone 6
Objective-C project
.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
platform_channel_sample_test_swift
:
description
:
>
Runs a driver test on the Platform Channel sample app on iPhone 6 Swift project.
stage
:
devicelab_ios
required_agent_capabilities
:
[
"
mac/ios"
]
flaky
:
true
platform_view_ios__start_up
:
description
:
>
Verifies that Platform View can be used from an iOS project.
...
...
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