Skip to content

Commit

Permalink
Add Cypress User-agent to config
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored Nov 28, 2023
1 parent 59bed2e commit 81b3a69
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 81b3a69

Please sign in to comment.