Skip to content

Commit

Permalink
Fix gh action for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackowski committed Aug 4, 2023
1 parent de15656 commit 15c438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testcafe-workflow.yml
Expand Up @@ -15,4 +15,4 @@ jobs:
run: npm install
- uses: DevExpress/testcafe-action@latest
with:
args: "--page-load-timeout 60000 --app-init-delay 60000 --selector-timeout 30000 chrome:headless tests"
args: "--page-load-timeout 60000 --app-init-delay 60000 --selector-timeout 30000 --app \"webpack serve --port 4000\" chrome:headless tests"

0 comments on commit 15c438c

Please sign in to comment.