Open jdha opened 3 years ago
Work out how to setup unit tests under CI in 'headless' mode in order to handle the GUI
perhaps the following will allow headless tests:
- name: Run headless test uses: GabrielBB/xvfb-action@v1 with: run: npm test
need to explore further
Work out how to setup unit tests under CI in 'headless' mode in order to handle the GUI