Skip to content

Commit

Permalink
Using a mountebank replacement (installed from Github for now). Pushi…
Browse files Browse the repository at this point in the history
…ng for feedback.
  • Loading branch information
nataliecarey committed Oct 8, 2024
1 parent 2b79ffb commit 3b2822b
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 916 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = defineConfig({
video: false,
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
},
e2e: {
setupNodeEvents (on, config) {
Expand Down
Loading

0 comments on commit 3b2822b

Please sign in to comment.