Skip to content

Commit

Permalink
Uncomment test in cypress config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajCITZ committed Aug 31, 2023
1 parent 835d221 commit ba9743b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ export default defineConfig({
// // It's IMPORTANT to return the config object
// // with any changed environment variables
config.specPattern=[
// './cypress/tests/01-*/*.ts',
// './cypress/tests/02-*/*.ts',
// './cypress/tests/06-*/*.ts',
// './cypress/tests/07-*/*.ts',
// './cypress/tests/03-*/*.ts',
// './cypress/tests/04-*/*.ts',
// './cypress/tests/05-*/*.ts',
// './cypress/tests/08-*/*.ts',
// './cypress/tests/09-*/*.ts',
// './cypress/tests/10-*/*.ts',
// './cypress/tests/11-*/*.ts',
// './cypress/tests/12-*/*.ts',
// './cypress/tests/14-*/*.ts',
// './cypress/tests/15-*/*.ts',
// './cypress/tests/16-*/*.ts',
// './cypress/tests/13-*/*.ts',
'./cypress/tests/01-*/*.ts',
'./cypress/tests/02-*/*.ts',
'./cypress/tests/06-*/*.ts',
'./cypress/tests/07-*/*.ts',
'./cypress/tests/03-*/*.ts',
'./cypress/tests/04-*/*.ts',
'./cypress/tests/05-*/*.ts',
'./cypress/tests/08-*/*.ts',
'./cypress/tests/09-*/*.ts',
'./cypress/tests/10-*/*.ts',
'./cypress/tests/11-*/*.ts',
'./cypress/tests/12-*/*.ts',
'./cypress/tests/14-*/*.ts',
'./cypress/tests/15-*/*.ts',
'./cypress/tests/16-*/*.ts',
'./cypress/tests/13-*/*.ts',
'./cypress/tests/19-*/*.ts'
]
return config
Expand Down

0 comments on commit ba9743b

Please sign in to comment.