Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jun 5, 2024
1 parent 01084c5 commit e2c0faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ export const config: synthetics.RunTestsCommandConfig = {
failOnTimeout: true,
files: ['{,!(node_modules)/**/}*.synthetics.json'],
global: {},
jUnitReport: '',
locations: [],
pollingTimeout: 30 * 60 * 1000,
proxy: {protocol: 'http'},
publicIds: [],
selectiveRerun: false,
subdomain: 'app',
testSearchQuery: '',
tunnel: false,
variableStrings: [],
}
Expand Down

0 comments on commit e2c0faa

Please sign in to comment.