opencdms-accelerator/Cypress.io

GitHub Action for running Cypress end-to-end tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
recordSends test results to Cypress Dashboardnofalse
configSet configuration values. Separate multiple values with a comma. The values set here override any values set in your configuration file.no
config-filePath to the cypress config file where configuration values are set.no""
envSets Cypress environment variablesno
browserName of the browser to useno
commandCommand that overrides cypress runno
startCommand for starting local server in the backgroundno
start-windowsA different start command on Windowsno
buildCommand to run in build step before starting testsno
installWhether or not to run installno
install-commandCustom install command to useno
runTestsWhether or not to run testsno
wait-onLocal server URL to wait forno
wait-on-timeoutAmount of time to wait for wait-on url to be availableno
parallelWhether or not to load balance tests using multiple containersno
groupGroup setting for testsno
tagTag setting for testsno
working-directoryWorking directory containing Cypress folderno
headedWhether or not to use headed modeno
specProvide a specific specs to runno
projectPath of project to runno
command-prefixYou can prefix the default test command using the command-prefix option.no
ci-build-idID associates multiple CI machines to one test runno
cache-keyCustom cache keyno
quietWhether or not to silence any Cypress specific output from stdoutno
componentLets the action know that Cypress is running component tests and not e2e testsnofalse
namedescription
dashboardUrlCypress Dashboard URL if the run was recorded