| record | Sends test results to Cypress Dashboard | no | false |
| config | Set configuration values. Separate multiple values with a comma. The values set here override any values set in your configuration file. | no | — |
| config-file | Path to the cypress config file where configuration values are set. | no | "" |
| env | Sets Cypress environment variables | no | — |
| browser | Name of the browser to use | no | — |
| command | Command that overrides cypress run | no | — |
| start | Command for starting local server in the background | no | — |
| start-windows | A different start command on Windows | no | — |
| build | Command to run in build step before starting tests | no | — |
| install | Whether or not to run install | no | — |
| install-command | Custom install command to use | no | — |
| runTests | Whether or not to run tests | no | — |
| wait-on | Local server URL to wait for | no | — |
| wait-on-timeout | Amount of time to wait for wait-on url to be available | no | — |
| parallel | Whether or not to load balance tests using multiple containers | no | — |
| group | Group setting for tests | no | — |
| tag | Tag setting for tests | no | — |
| working-directory | Working directory containing Cypress folder | no | — |
| headed | Whether or not to use headed mode | no | — |
| spec | Provide a specific specs to run | no | — |
| project | Path of project to run | no | — |
| command-prefix | You can prefix the default test command using the command-prefix option. | no | — |
| ci-build-id | ID associates multiple CI machines to one test run | no | — |
| cache-key | Custom cache key | no | — |
| quiet | Whether or not to silence any Cypress specific output from stdout | no | — |
| component | Lets the action know that Cypress is running component tests and not e2e tests | no | false |