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
|
|
|
|
environmentVariables:
|
|
|
|
INTEGRATION_TESTS_HOST: ${INTEGRATION_TESTS_HOST}
|
|
|
|
INTEGRATION_TESTS_USERNAME: ${INTEGRATION_TESTS_USERNAME}
|
|
|
|
INTEGRATION_TESTS_PASSWORD: ${INTEGRATION_TESTS_PASSWORD}
|
|
|
|
test:
|
|
|
|
config: Debug
|
|
|
|
disableMainThreadChecker: false
|
|
|
|
gatherCoverageData: true
|
|
|
|
coverageTargets:
|
|
|
|
- ElementX
|
|
|
|
targets:
|
|
|
|
- IntegrationTests
|
|
|
|
|
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: SwiftyBeaver
|
|
|
|
- package: SwiftState
|
|
|
|
- package: GZIP
|
|
|
|
- package: Sentry
|
|
|
|
|
|
|
|
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
|
2022-12-15 15:22:39 +02:00
|
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCUIElement.swift
|