We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdd77b commit c002d93Copy full SHA for c002d93
.github/workflows/playwright.yml
@@ -20,8 +20,10 @@ jobs:
20
npm install
21
# npm run build:production
22
npm run download:engine https://download.axonivy.com/dev/AxonIvyEngine13.1.0.2502141306_All_x64.zip
23
+ - name: Run Playwright tests
24
+ run: |
25
java --version
- extension/AxonIvyEngine/bin/AxonIvyEngine startdaemon
26
+ extension/AxonIvyEngine/bin/AxonIvyEngine
27
# npm run test:playwright:download:vscode
28
# xvfb-run --auto-servernum npm run test:playwright
29
- uses: actions/upload-artifact@v4
0 commit comments