| DIR: /home/dhnidqcz/journal.africaprag.org/plugins/generic/webFeed/.github/actions/ |
| Current File : /home/dhnidqcz/journal.africaprag.org/plugins/generic/webFeed/.github/actions/tests.sh |
#!/bin/bash
set -e
npx cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/webFeed/cypress/tests/functional/*.cy.{js,jsx,ts,tsx}"]}'
|