We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f435cf commit f6b61afCopy full SHA for f6b61af
.github/workflows/testcafe.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: start a server
42
run: "php -S 127.0.0.1:8000 -t test/data/app &"
43
- name: run unit tests
44
- run: xvfb-run --server-args="-screen 0 1280x720x24" ./node_modules/.bin/mocha test/helper/TestCafe_test.js
+ run: npm run test:unit:webbapi:testCafe
0 commit comments