passepartout-apple/Passepartout/Library/Sources/CommonLibrary/Strategy
Davide 962361cb9f
Automate screenshots via UI tests (#960)
Ready for screenshots generation, except for the tests themselves and
the TV target.

- More customizations while UI testing
  - Act as full version user in IAPManager
  - Override layout with default to .grid if isBigDevice
  - Show module names in profile list/grid
- Improve mock Profile/ProfileManager
  - Meaningful profile names
  - iCloud/TV icons
  - Initial modules
- Improve XCTest extensions
  - Screenshot destination (attachment/temporary)
  - Screenshot target (window/sheet)
  - Print saved temporary URL at the end (may help with CI)
  - Append device name to screenshot filename
- Tests
- Refactor actions with the [Page Object
pattern](https://swiftwithmajid.com/2021/03/24/ui-testing-using-page-object-pattern-in-swift/)
  - Perform iPad screenshots in landscape
  - Split simple flow tests and screenshots
  - Add "Connect to" test

Closes #681
2024-11-28 15:51:03 +01:00
..
FallbackReceiptReader.swift Test IAPManager (#903) 2024-11-21 18:57:32 +01:00
InAppProcessor.swift Add view in "About" about purchased products (#935) 2024-11-25 19:17:18 +01:00
InMemoryProfileRepository.swift Automate screenshots via UI tests (#960) 2024-11-28 15:51:03 +01:00
NEProfileRepository.swift Connect on provider server selection (#941) 2024-11-26 10:30:30 +01:00
ProfileMigrationStrategy.swift Add the option to migrate old profiles (#879) 2024-11-16 12:29:03 +01:00
ProfileProcessor.swift Replace active modules count with a description (#915) 2024-11-22 12:52:51 +01:00
ProfileRepository.swift Add initial migration UI (#866) 2024-11-14 11:02:26 +01:00
TunnelProcessor.swift Test ExtendedTunnel (#902) 2024-11-21 16:48:12 +01:00