Skip to content

Commit e71cc74

Browse files
committed
undo windows video
1 parent 5999099 commit e71cc74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playwright/tests/utils/app.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ export async function launchElectronApp(workspacePath: string, testTitle: string
2323
}
2424

2525
function recordVideo(testTitle: string) {
26-
// if (process.platform == 'win32') {
27-
// return;
28-
// }
26+
if (process.platform == 'win32') {
27+
return;
28+
}
2929
return {
3030
dir: path.join(__dirname, '..', '..', 'playwright-videos', testTitle.replaceAll(' ', '_'))
3131
};

0 commit comments

Comments
 (0)