Skip to content

Commit

Permalink
Merge branch 'main' into update-cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton authored Jan 16, 2025
2 parents 9819f96 + e904d63 commit c94a909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scale_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
uses: gsa/data.gov/.github/workflows/scale-web-template.yml@main
with:
environ: prod
app_url: https://catalog.data.gov
app_names: "{\"include\":[{\"app\":\"catalog-web\",\"smoketest\":true},]}"
secrets: inherit
4 changes: 4 additions & 0 deletions e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ module.exports = defineConfig({
},
videoCompression: false,
screenshotOnRunFailure: false,
retries: {
runMode: 2,
openMode: 0,
},
})

0 comments on commit c94a909

Please sign in to comment.