mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
feat: componentize GStack 2 runtime and release integrity
This commit is contained in:
@@ -94,6 +94,20 @@ describe('physical-device harness invariants', () => {
|
||||
expect(classifyXcodebuildFailure('error: cannot find value in scope'))
|
||||
.toBe('build_failed');
|
||||
});
|
||||
|
||||
test('uses fresh HTTP connections for StateServer close responses', () => {
|
||||
const harness = readFileSync(HARNESS_PATH, 'utf8');
|
||||
expect(harness).toContain("connection: 'close'");
|
||||
});
|
||||
|
||||
test('fixture exposes a public UIKit accessibility control to the in-process scanner', () => {
|
||||
const app = readFileSync(
|
||||
join(FIXTURE_PATH, 'Sources/FixtureApp/FixtureAppApp.swift'),
|
||||
'utf8',
|
||||
);
|
||||
expect(app).toContain('struct FixtureButton: UIViewRepresentable');
|
||||
expect(app).toContain('button.accessibilityIdentifier = "tap-button"');
|
||||
});
|
||||
});
|
||||
describeIfDevice('ios physical-device path', () => {
|
||||
test('Xcode/CoreDevice setup gates pass for one selected wired iPhone', () => {
|
||||
|
||||
Reference in New Issue
Block a user