step-security/Run Cypress end-to-end and component tests

GitHub Action for running Cypress end-to-end and component tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
auto-cancel-after-failuresOverrides the global Cloud configuration to set the failed test threshold for auto cancellation or to disable auto cancellation when recording to the Cloud (requires Cypress 12.x or later)no
browserName of the browser to useno
ci-build-idID associates multiple CI machines to one test runno
componentLets the action know that Cypress is running component tests and not e2e testsnofalse
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 setno""
envSets Cypress environment variablesno
exposeSets Cypress expose variables for non-sensitive, public config values (requires Cypress 15.10.0 or later)no
groupGroup setting for recording testsno
headedWhether or not to use headed modeno
parallelWhether or not to load balance recorded tests using multiple containersno
projectPath of project to runno
quietWhether or not to silence any Cypress specific output from stdoutno
recordSends test results to Cypress Cloudnofalse
specProvide specific specs to runno
tagTag setting for testsno
buildCommand to run build step before starting testsno
cache-keyCustom cache keyno
commandCommand that overrides cypress runno
command-prefixYou can prefix the default test command using the command-prefix option.no
installWhether or not to run installno
install-commandCustom install command to useno
package-manager-cacheSet to false to disable automatic package manager caching. By default, package manager caching is enabled.notrue
publish-summaryWhether or not to publish a job summarynotrue
runTestsWhether or not to run testsno
startCommand for starting local server in the backgroundno
start-windowsA different start command on Windowsno
summary-titleTitle for job summaryno
wait-onLocal server URL to wait forno
wait-on-timeoutAmount of time to wait for wait-on URL to be availableno
working-directoryWorking directory containing Cypress folderno
namedescription
dashboardUrlCypress Cloud URL if the run was recorded (deprecated)
resultsUrlCypress Cloud URL if the run was recorded