Skip to content

Commit

Permalink
Merge pull request #3913 from alphagov/PP-13235_replace_mountebank
Browse files Browse the repository at this point in the history
PP-13235: Using a mountebank replacement
  • Loading branch information
nataliecarey authored Oct 14, 2024
2 parents c5b23c8 + 7f48827 commit a647794
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1,629 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = defineConfig({
env: {
TEST_SESSION_ENCRYPTION_KEY:
'naskjwefvwei72rjkwfmjwfi72rfkjwefmjwefiuwefjkbwfiu24fmjbwfk',
MOUNTEBANK_URL: 'http://127.0.0.1:2525',
MOUNTEBANK_IMPOSTERS_PORT: 8000
MOCK_HTTP_SERVER_URL: 'http://127.0.0.1:8000',
MOCK_HTTP_SERVER_PORT: 8000
},
fileServerFolder: './test/cypress',
screenshotsFolder: './test/cypress/screenshots',
Expand Down
Loading

0 comments on commit a647794

Please sign in to comment.