mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Extract notification content building outside of the NotificationItemProxy. First step in a bigger refactoring of the NSE * Import the attributed string buider into the NSE, sort `sources` imports * Extract message event string building into the RoomMessageEventStringBuilder and reuse it building content for push notifications * Cleanup * Add changelog
61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
name: IntegrationTests
|
|
|
|
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
|
|
testPlans:
|
|
- path: IntegrationTests.xctestplan
|
|
defaultPlan: true
|
|
|
|
targets:
|
|
IntegrationTests:
|
|
type: bundle.ui-testing
|
|
platform: iOS
|
|
|
|
dependencies:
|
|
- target: ElementX
|
|
- package: MatrixRustSDK
|
|
- package: DeviceKit
|
|
- package: DTCoreText
|
|
- package: KeychainAccess
|
|
- package: Kingfisher
|
|
- package: SwiftState
|
|
- package: GZIP
|
|
- package: Sentry
|
|
- package: Collections
|
|
|
|
info:
|
|
path: ../SupportingFiles/Info.plist
|
|
|
|
settings:
|
|
base:
|
|
PRODUCT_NAME: IntegrationTests
|
|
PRODUCT_BUNDLE_IDENTIFIER: ${BASE_BUNDLE_IDENTIFIER}.integration.tests
|
|
debug:
|
|
release:
|
|
|
|
sources:
|
|
- path: ../Sources
|
|
- path: ../SupportingFiles
|
|
- path: ../../ElementX/Sources/Other/AccessibilityIdentifiers.swift
|
|
- path: ../../ElementX/Sources/Other/Extensions/NSRegularExpresion.swift
|
|
- path: ../../ElementX/Sources/Other/Extensions/XCUIElement.swift
|
|
- path: ../../ElementX/Sources/Services/Analytics/Signposter.swift
|