This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Description
Our runner does not have xvfb. So we are trying to run in headless mode to avoid xvfb error. But we are still getting
Command failed: xvfb-run --server-args="-screen 0 1280x720x24" npx testcafe chrome:headless src/automationTests/sampleTest.ts
We doubt this because we are configuring headless as args.
- name: Run tests uses: DevExpress/testcafe-action@latest with: args: "chrome tests"