diff --git a/Datadog/TargetSupport/DatadogIntegrationTests/DatadogCrashReportingIntegrationTests.xctestplan b/Datadog/TargetSupport/DatadogIntegrationTests/DatadogCrashReportingIntegrationTests.xctestplan index 810a047ad2..431e392aa1 100644 --- a/Datadog/TargetSupport/DatadogIntegrationTests/DatadogCrashReportingIntegrationTests.xctestplan +++ b/Datadog/TargetSupport/DatadogIntegrationTests/DatadogCrashReportingIntegrationTests.xctestplan @@ -37,10 +37,12 @@ "IntegrationTests", "LoggingScenarioTests", "RUMManualInstrumentationScenarioTests", + "RUMMobileVitalsScenarioTests", "RUMModalViewsScenarioTests", "RUMNavigationControllerScenarioTests", "RUMResourcesScenarioTests", "RUMScrubbingScenarioTests", + "RUMSwiftUIScenarioTests", "RUMTabBarControllerScenarioTests", "RUMTapActionScenarioTests", "TracingManualInstrumentationScenarioTests", diff --git a/bitrise.yml b/bitrise.yml index 191d9327fb..1e5df34600 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -182,7 +182,7 @@ workflows: - is_clean_build: 'no' - generate_code_coverage_files: 'yes' - project_path: Datadog.xcworkspace - - xcodebuild_test_options: -testPlan DatadogIntegrationTests + - xcodebuild_options: -testPlan DatadogIntegrationTests - xcpretty_test_options: --color --report html --output "${BITRISE_DEPLOY_DIR}/DatadogIntegration-tests.html" - xcode-test: title: Run integration tests for Crash Reporting (on iOS Simulator) @@ -193,7 +193,7 @@ workflows: - is_clean_build: 'no' - generate_code_coverage_files: 'yes' - project_path: Datadog.xcworkspace - - xcodebuild_test_options: -testPlan DatadogCrashReportingIntegrationTests + - xcodebuild_options: -testPlan DatadogCrashReportingIntegrationTests - xcpretty_test_options: --color --report html --output "${BITRISE_DEPLOY_DIR}/DatadogCrashReportingIntegration-tests.html" check_dependency_managers: