Skip to content

Commit

Permalink
ci: updated config to have not retires in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
frazarshad committed Mar 6, 2024
1 parent 3f7c97d commit b402bf0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions synpress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ const fixturesFolder = `${synpressPath}/fixtures`;
log(`Detected synpress fixtures path is: ${fixturesFolder}`);
const supportFile = 'tests/e2e/support.js';


const specPattern = {
metamask: 'tests/e2e/specs/metamask/**/*.{js,jsx,ts,tsx}',
keplr : 'tests/e2e/specs/keplr/**/*.{js,jsx,ts,tsx}'
}
keplr: 'tests/e2e/specs/keplr/**/*.{js,jsx,ts,tsx}',
};

module.exports = defineConfig({
userAgent: 'synpress',
retries: {
runMode: process.env.CI ? 1 : 0,
runMode: 0,
openMode: 0,
},
fixturesFolder,
Expand Down

0 comments on commit b402bf0

Please sign in to comment.