Skip to content

Commit 57171c2

Browse files
authored
Merge pull request #4802 from mapbox/as/core-integration-tests
[Core] Route refresh integration test
2 parents db80fcb + 9cb39f5 commit 57171c2

File tree

6 files changed

+3320
-2
lines changed

6 files changed

+3320
-2
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/MapboxNavigation.xcscheme

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "MapboxCoreNavigationIntegrationTests"
36+
BuildableName = "MapboxCoreNavigationIntegrationTests"
37+
BlueprintName = "MapboxCoreNavigationIntegrationTests"
38+
ReferencedContainer = "container:">
39+
</BuildableReference>
40+
</TestableReference>
3141
</Testables>
3242
</TestAction>
3343
<LaunchAction

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,17 @@ let package = Package(
100100
"__Snapshots__", // Ignore snapshots folder
101101
]
102102
),
103+
.testTarget(
104+
name: "MapboxCoreNavigationIntegrationTests",
105+
dependencies: [
106+
"MapboxNavigation",
107+
"MapboxCoreNavigation",
108+
"TestHelper",
109+
"OHHTTPStubs",
110+
],
111+
exclude: [
112+
"Info.plist",
113+
]
114+
),
103115
]
104116
)

0 commit comments

Comments
 (0)