Skip to content

Commit

Permalink
PP-13235: Using a mountebank replacement.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliecarey committed Oct 14, 2024
1 parent 8d1af3d commit b74cdc4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1,776 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 b74cdc4

Please sign in to comment.