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
da8070d6
Unverified
Commit
da8070d6
authored
Jul 15, 2022
by
hellohuanlin
Committed by
GitHub
Jul 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix native platform view integration test config (#107679)
parent
2cfeb0d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
.ci.yaml
.ci.yaml
+4
-0
native_platform_view_ui_tests_ios.dart
...evicelab/bin/tasks/native_platform_view_ui_tests_ios.dart
+1
-0
No files found.
.ci.yaml
View file @
da8070d6
...
@@ -3643,6 +3643,10 @@ targets:
...
@@ -3643,6 +3643,10 @@ targets:
presubmit
:
false
presubmit
:
false
timeout
:
60
timeout
:
60
properties
:
properties
:
dependencies
:
>-
[
{"dependency": "xcode", "version": "13a233"}
]
tags: >
tags: >
["devicelab", "hostonly"]
["devicelab", "hostonly"]
task_name: native_platform_view_ui_tests_ios
task_name: native_platform_view_ui_tests_ios
...
...
dev/devicelab/bin/tasks/native_platform_view_ui_tests_ios.dart
View file @
da8070d6
...
@@ -10,6 +10,7 @@ import 'package:flutter_devicelab/framework/utils.dart';
...
@@ -10,6 +10,7 @@ import 'package:flutter_devicelab/framework/utils.dart';
import
'package:path/path.dart'
as
path
;
import
'package:path/path.dart'
as
path
;
Future
<
void
>
main
()
async
{
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
ios
;
await
task
(()
async
{
await
task
(()
async
{
final
String
projectDirectory
=
'
${flutterDirectory.path}
/dev/integration_tests/ios_platform_view_tests'
;
final
String
projectDirectory
=
'
${flutterDirectory.path}
/dev/integration_tests/ios_platform_view_tests'
;
...
...
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