Commit 8cf24989 authored by Menglu Huang's avatar Menglu Huang Committed by Commit Bot

Add FYI tests with new navigation manager enabled.

Bug: 780828,734150
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I4c4bf7965c6420e3c3213982361296fe7861d61e
Reviewed-on: https://chromium-review.googlesource.com/756885Reviewed-by: default avatarMike Baxley <baxley@chromium.org>
Commit-Queue: Menglu Huang <huangml@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515029}
parent 8f09721f
...@@ -34,6 +34,56 @@ ...@@ -34,6 +34,56 @@
"os": "10.0", "os": "10.0",
"xcode version": "9.0", "xcode version": "9.0",
"xctest": true "xctest": true
},
{
"app": "ios_chrome_integration_egtests",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0",
"xctest": true
},
{
"app": "ios_chrome_smoke_egtests",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0",
"xctest": true
},
{
"app": "ios_chrome_web_egtests",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0",
"xctest": true
},
{
"app": "ios_web_shell_egtests",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0",
"xctest": true
},
{
"app": "ios_chrome_ui_egtests",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0",
"xctest": true
} }
] ]
} }
...@@ -15,5 +15,14 @@ ...@@ -15,5 +15,14 @@
"configuration": "Debug", "configuration": "Debug",
"sdk": "iphonesimulator11.0", "sdk": "iphonesimulator11.0",
"tests": [ "tests": [
{
"include": "common_tests.json",
"test args": [
"--enable-features=SlimNavigationManager"
],
"device type": "iPhone 6s",
"os": "11.0",
"xcode version": "9.0"
}
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment