Skip to content

Commit 5999099

Browse files
committed
www
1 parent 56d95b4 commit 5999099

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
npm run update:axonivy:next
2020
npm install
2121
npm run build:production
22-
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
22+
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_Slim_All_x64.zip
2323
- name: Run Playwright tests
2424
run: |
2525
start extension/AxonIvyEngine/bin/AxonIvyEngine.exe

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)