如何在 webdriverIO 中使用 mock 以字符串形式发送响应

how to use mock in webdriverIO to send response as string

我有一个 POST API returns 作为字符串的响应。

当我尝试模拟 browser.mock('**/validate').respond('SUCCESS', { statusCode: 200 });

它没有被嘲笑而是原版 API 被击中

有人可以帮我吗??

您尝试过使用 WireMock 服务吗?

更多信息:https://webdriver.io/docs/wdio-wiremock-service/