Skip to content

Commit

Permalink
Removed all references to Mountebank, included a tiny run-amock versi…
Browse files Browse the repository at this point in the history
…on bump.
  • Loading branch information
nataliecarey committed Oct 21, 2024
1 parent 91140c0 commit 12b771a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ Run in two separate terminals:

1. `npm run cypress:server`

_This runs both the Cypress server and Mountebank which is the virtualisation server used for stubbing out external
API calls._
_This runs both the Cypress server and @govuk-pay/run-amock which is the server used for stubbing out external API calls._

2. Either:

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@govuk-pay/run-amock": "0.0.3",
"@govuk-pay/run-amock": "0.0.4",
"@pact-foundation/pact": "^12.1.1",
"@pact-foundation/pact-core": "^14.0.5",
"@snyk/protect": "^1.1235.x",
Expand Down
3 changes: 1 addition & 2 deletions test/cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = (on, config) => {
// common task definitions - used by all test specs
on('task', {
/**
* Makes a post request to Mountebank to setup an Imposter with stubs built using the array of
* stubs
* Makes a post request to @govuk-pay/run-amock to setup stubs built using the array of stubs
*
* Note: this task can only be called once per test, so all stubs for a test must be set up in
* the same call.
Expand Down

0 comments on commit 12b771a

Please sign in to comment.