mirror of
https://github.com/yattee/yattee.git
synced 2026-06-24 15:44:20 +00:00
Fix flaky integration tests and UI test runner robustness
- Skip Invidious integration tests gracefully on .noConnection so a transient instance outage no longer fails CI - Point integration tests at i01.v.yattee.stream (the previous test instance was decommissioned) - Force UTF-8 on AXe CLI output in the UI test wrapper; ASCII-tagged bytes were crashing JSON.parse in describe_ui - Add iOS 26.4 visual baselines for app-launch-home and settings-main
This commit is contained in:
@@ -11,7 +11,7 @@ import Foundation
|
||||
/// Constants for integration testing against a real Invidious instance.
|
||||
enum IntegrationTestConstants {
|
||||
/// Test Invidious instance URL (from CLAUDE.md).
|
||||
static let testInstanceURL = URL(string: "https://i01.s.yattee.stream")!
|
||||
static let testInstanceURL = URL(string: "https://i01.v.yattee.stream")!
|
||||
|
||||
/// Test instance for API calls.
|
||||
static let testInstance = Instance(
|
||||
|
||||
Reference in New Issue
Block a user