Skip to content

Commit

Permalink
feat: add specPattern
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 15, 2023
1 parent 71fe3cc commit d5ae7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module.exports = defineConfig({
},
viewportWidth: 2000,
viewportHeight: 1320,
supportFile: 'cypress/support/index.js',
specPattern: 'cypress/integration/**/*',
env: {
openSearchUrl: 'http://localhost:9200',
SECURITY_ENABLED: false,
Expand Down

0 comments on commit d5ae7c6

Please sign in to comment.