---
title: Specify Spec files with Cypress Testing
description: How to specify which Cypress Spec files to run on multiple browsers.
  Use the specs option to pass a wildcard or specific Cypress test files.
source_url:
  html: https://testingbot.com/support/web-automate/cypress/specs
  md: https://testingbot.com/support/web-automate/cypress/specs/index.md
---
# Cypress Spec Files

By default, Cypress will run all the spec files it can find.   
 You can specify a `--specs` option with the TestingBot CLI to only run a subset of your specs on TestingBot.

 Argument | Shorthand Argument | Possible values || `--specs` | `-s` | comma-separated paths or globs for your spec files |

    testingbot-cypress run --specs "cypress/integration/examples/window.spec.js"
    testingbot-cypress run --specs "cypress/integration/register/**/*"
    testingbot-cypress run --specs "cypress/integration/examples/files.spec.js,cypress/integration/examples/navigation.spec.js"

Was this page helpful? Yes No 

## Looking for More Help?

Have questions or need more information?   
 You can reach us via the following channels:

- [Email us](https://testingbot.com/contact/new)
- [Join our Slack Channel](https://join.slack.com/t/testingb0t/shared_invite/zt-3bcw9xch-jk19~6XPs_xBrsAgAedkCw)
