2022-08-18 16:32:29 +03:00
|
|
|
name: IntegrationTests
|
|
|
|
|
2022-12-08 16:50:12 +02:00
|
|
|
schemes:
|
|
|
|
IntegrationTests:
|
|
|
|
analyze:
|
|
|
|
config: Debug
|
|
|
|
archive:
|
|
|
|
config: Release
|
|
|
|
build:
|
|
|
|
targets:
|
|
|
|
IntegrationTests: all
|
|
|
|
profile:
|
|
|
|
config: Release
|
|
|
|
run:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
test:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
gatherCoverageData: true
|
|
|
|
coverageTargets:
|
|
|
|
- ElementX
|
2023-03-29 12:48:06 +02:00
|
|
|
testPlans:
|
|
|
|
- path: IntegrationTests.xctestplan
|
|
|
|
defaultPlan: true
|
2022-12-08 16:50:12 +02:00
|
|
|
|
2022-08-18 16:32:29 +03:00
|
|
|
targets:
|
|
|
|
IntegrationTests:
|
|
|
|
type: bundle.ui-testing
|
|
|
|
platform: iOS
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- target: ElementX
|
|
|
|
- package: MatrixRustSDK
|
2022-10-28 16:11:10 +02:00
|
|
|
- package: DeviceKit
|
2022-08-18 16:32:29 +03:00
|
|
|
- package: DTCoreText
|
|
|
|
- package: KeychainAccess
|
|
|
|
- package: Kingfisher
|
|
|
|
- package: SwiftState
|
|
|
|
- package: GZIP
|
|
|
|
- package: Sentry
|
2023-01-20 16:40:23 +02:00
|
|
|
- package: Collections
|
2022-08-18 16:32:29 +03:00
|
|
|
|
|
|
|
info:
|
|
|
|
path: ../SupportingFiles/Info.plist
|
|
|
|
|
|
|
|
settings:
|
|
|
|
base:
|
|
|
|
PRODUCT_NAME: IntegrationTests
|
2022-10-24 16:00:17 +03:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER: ${BASE_BUNDLE_IDENTIFIER}.integration.tests
|
2022-08-18 16:32:29 +03:00
|
|
|
debug:
|
|
|
|
release:
|
|
|
|
|
|
|
|
sources:
|
|
|
|
- path: ../Sources
|
|
|
|
- path: ../SupportingFiles
|
2023-02-15 05:53:04 +00:00
|
|
|
- path: ../../ElementX/Sources/Other/AccessibilityIdentifiers.swift
|
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/NSRegularExpresion.swift
|
2023-09-13 12:30:41 +03:00
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCUIElement.swift
|
2023-07-11 10:32:24 +01:00
|
|
|
- path: ../../ElementX/Sources/Services/Analytics/Signposter.swift
|