2022-04-13 09:48:18 +03:00
|
|
|
name: UITests
|
|
|
|
|
2022-08-11 15:02:47 +03:00
|
|
|
schemes:
|
|
|
|
UITests:
|
|
|
|
analyze:
|
|
|
|
config: Debug
|
|
|
|
archive:
|
|
|
|
config: Release
|
|
|
|
build:
|
|
|
|
targets:
|
|
|
|
UITests: all
|
|
|
|
profile:
|
|
|
|
config: Release
|
|
|
|
run:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
test:
|
|
|
|
config: Debug
|
|
|
|
testPlans:
|
|
|
|
- path: UITests.xctestplan
|
|
|
|
defaultPlan: true
|
|
|
|
|
2022-04-13 09:48:18 +03:00
|
|
|
targets:
|
|
|
|
UITests:
|
|
|
|
type: bundle.ui-testing
|
|
|
|
platform: iOS
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- target: ElementX
|
2022-05-12 12:30:24 +03:00
|
|
|
- package: MatrixRustSDK
|
2022-09-02 10:49:59 +01:00
|
|
|
- package: AnalyticsEvents
|
2022-10-28 16:11:10 +02:00
|
|
|
- package: DeviceKit
|
2022-05-12 12:30:24 +03:00
|
|
|
- package: DTCoreText
|
|
|
|
- package: KeychainAccess
|
|
|
|
- package: Kingfisher
|
2023-02-15 14:02:50 +00:00
|
|
|
- package: KZFileWatchers
|
2022-09-02 10:49:59 +01:00
|
|
|
- package: PostHog
|
2022-05-27 13:02:36 +03:00
|
|
|
- package: SwiftState
|
2022-06-06 12:38:07 +03:00
|
|
|
- package: GZIP
|
|
|
|
- package: Sentry
|
2022-08-11 15:02:47 +03:00
|
|
|
- package: SnapshotTesting
|
2023-01-20 16:40:23 +02:00
|
|
|
- package: Collections
|
2023-10-04 18:32:45 +02:00
|
|
|
- package: SwiftOGG
|
2022-04-13 09:48:18 +03:00
|
|
|
|
|
|
|
info:
|
|
|
|
path: ../SupportingFiles/Info.plist
|
|
|
|
|
|
|
|
settings:
|
|
|
|
base:
|
|
|
|
PRODUCT_NAME: UITests
|
2022-10-24 16:00:17 +03:00
|
|
|
PRODUCT_BUNDLE_IDENTIFIER: ${BASE_BUNDLE_IDENTIFIER}.ui.tests
|
2022-05-12 12:30:24 +03:00
|
|
|
debug:
|
|
|
|
release:
|
2022-04-13 09:48:18 +03:00
|
|
|
|
|
|
|
sources:
|
|
|
|
- path: ../Sources
|
2022-08-11 15:02:47 +03:00
|
|
|
excludes:
|
|
|
|
- "**/__Snapshots__/**"
|
2022-04-13 09:48:18 +03:00
|
|
|
- path: ../SupportingFiles
|
2023-02-15 05:53:04 +00:00
|
|
|
- path: ../../ElementX/Sources/Other/AccessibilityIdentifiers.swift
|
2022-06-29 18:32:14 +03:00
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/Bundle.swift
|
2022-12-15 15:22:39 +02:00
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCUIElement.swift
|
2023-09-13 12:30:41 +03:00
|
|
|
- path: ../../ElementX/Sources/UITests/UITestsScreenIdentifier.swift
|
|
|
|
- path: ../../ElementX/Sources/UITests/UITestsSignalling.swift
|
|
|
|
- path: ../../Tools/Scripts/Templates/SimpleScreenExample/Tests/UI
|