bitter-restaurant-81279
02/20/2022, 12:23 AMadorable-smartphone-87280
02/20/2022, 4:09 AM*.spec.js
files. As an example, we have some files named foo.smoke.ts
which are picked up in smoke test runs by including --spec './cypress/integration/**/*.smoke.ts'
in our test run script. If you're trying to define some custom commands or store some custom request data here, you might want to take a look at https://docs.cypress.io/api/cypress-api/custom-commands and https://docs.cypress.io/api/commands/fixturebitter-restaurant-81279
02/20/2022, 4:26 AMadorable-smartphone-87280
02/21/2022, 1:21 AM/support/commands.js
. Keep your /integration/
directory clear for test files.