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 |