Skip to content

Commit cd671d2

Browse files
authored
Merge pull request cypress-io#4245 from cypress-io/UNIFY-616-specPattern
UNIFY-616-specPattern
2 parents 64a66de + d243db9 commit cd671d2

File tree

9 files changed

+83
-514
lines changed

9 files changed

+83
-514
lines changed

content/api/plugins/before-run-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = (on, config) => {
7474
// // ... more specs
7575
// ],
7676
// specPattern: [
77-
// '**/*_spec.js'
77+
// '**/*.cy.{js,jsx,ts,tsx}'
7878
// ],
7979
// parallel: false,
8080
// group: 'group-1',

0 commit comments

Comments
 (0)