如何使用 Docker 启动 Mountebank 作为服务器?我正在关注本教程,但我无法使其工作。
出现此错误:
warn: [mb:2525] dry running injection, use the isDryRun request field in your JavaScript to ignore...
error: [mb:2525] injection X=> SyntaxError: Unexpected token e
error: [mb:2525] source: "(function(request, logger) { return JSON.parse(request.data).hasOwnProperty('state'); })(scope, logger);"
error: [mb:2525] scope: {"requestFrom":"","data":"test","isDryRun":true}
该项目是开源的,CI 是 Travis。我已将此讨论交叉发布到 Mountebank 邮件列表。