Running Artillery on GitHub Actions With Playwright #3403
SChellapuram
started this conversation in
Artillery
Replies: 1 comment 2 replies
-
I think you need to install browsers separately, try replacing the “Install Playwright browsers” step with: - name: Install Playwright Browsers
run: npx playwright install && npx playwright install chromium |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My test configuration is simple: navigating to the UI and logging in. The script works fine locally, but when I try to set it up in GitHub Actions, I get errors. I tried adding npx playwright install under the 'Execute Load Tests' step, but I still get the same complaint.
Error
My YML File
Is there anything missing above ?
Beta Was this translation helpful? Give feedback.
All reactions