passepartout-apple/Passepartout/Library/Sources/UILibrary/Extensions
Davide 581673c617
Add target for UI tests (#959)
Create UITesting target with:

- AppCommandLine/AppEnvironment: strongly typed refactoring of PP_*
environment values
- AccessibilityInfo: identifies and locates elements for UI testing

Make the app behave differently when launched with `.uiTesting`, and
expose the flag to SwiftUI via `.environment(\.isUITesting)` to:

- Use the mock AppContext
- Skip onboarding

Add PassepartoutUITests target with two screenshot tests:

- Connected screen
- Profile modal
2024-11-28 01:30:26 +01:00
..
EnvironmentValues+Extensions.swift Add target for UI tests (#959) 2024-11-28 01:30:26 +01:00
ModuleBuilder+Previews.swift Rearrange targets for unit testing (#900) 2024-11-20 18:05:47 +01:00
ModuleDraftEditing+UI.swift Rearrange targets for unit testing (#900) 2024-11-20 18:05:47 +01:00
ProfileEditor+UI.swift Update library with provider in modules (#887) 2024-11-17 22:27:02 +01:00
ProfileManager+Editing.swift Replace active modules count with a description (#915) 2024-11-22 12:52:51 +01:00
TunnelInstallationProviding+Extensions.swift Replace active modules count with a description (#915) 2024-11-22 12:52:51 +01:00
View+Environment.swift Nested ZStack modifiers in progress/empty modifiers (#876) 2024-11-15 16:33:26 +01:00