Skip to content

Commit afa3dc6

Browse files
committed
WIP: More PW digging & testing
1 parent 47def41 commit afa3dc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
fi
7777
shell: bash
7878
env:
79-
DEBUG: pw:api
79+
DEBUG: pw:*
8080

8181
- uses: actions/upload-artifact@v4
8282
with:

test/smoke.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ test('app launches and loads UI from server', async () => {
2424
await expect(window.locator('h1:has-text("Intercept HTTP")')).toBeVisible({ timeout: 60000 });
2525
console.log('saw title');
2626

27+
electronApp.close();
28+
await new Promise((resolve) => setTimeout(resolve, 1000));
2729
await electronApp.close();
2830
console.log('closed app');
2931
});

0 commit comments

Comments
 (0)