We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work out how to setup unit tests under CI in 'headless' mode in order to handle the GUI
The text was updated successfully, but these errors were encountered:
perhaps the following will allow headless tests:
- name: Run headless test uses: GabrielBB/xvfb-action@v1 with: run: npm test
need to explore further
Sorry, something went wrong.
jdha
No branches or pull requests
Work out how to setup unit tests under CI in 'headless' mode in order to handle the GUI
The text was updated successfully, but these errors were encountered: