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 f614bba commit 7f48827
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 7f48827

Please sign in to comment.