Hey As mentioned here: https://docs.cypress.io/gui...
# cy10-feedback
d
Hey As mentioned here: https://docs.cypress.io/guides/references/configuration#e2e Did you try:
Copy code
ts
import { defineConfig } from 'cypress'

export default defineConfig({
  e2e: {
    specPattern: '...'
  }
})