Skip to content

Commit

Permalink
Merge pull request #518 from DFE-Digital/cshnimble-patch-1
Browse files Browse the repository at this point in the history
Add Cypress User-agent to config
  • Loading branch information
dangood84 authored Nov 28, 2023
2 parents 59bed2e + 81b3a69 commit ff097ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dfe.Academies.External.Web/CypressTests/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
LOGIN_USERNAME: process.env.LOGIN_USERNAME,
LOGIN_PASSWORD: process.env.LOGIN_PASSWORD,
},
userAgent: 'DfEAcademiesExternal/1.0 Cypress',
e2e: {
supportFile: 'cypress/support/e2e.ts',
specPattern: 'cypress/e2e',
Expand Down

0 comments on commit ff097ed

Please sign in to comment.