如何在Protractor TypeScript中通过post请求上传文件

发布于 2025-01-10 03:56:17 字数 187 浏览 0 评论 0原文

我正在使用“typed-rest-client/HttpClient”包来开发 Protractor、Typescript Cucumber 框架来获取 api 响应,

但我对如何使用 http 客户端在帖子正文中发布文件(html 文件)感到困惑。我可以发布一些其他数据(字符串数据),但不能发布文件

请分享步骤或任何其他包的使用

I am working on Protractor, Typescript Cucumber Framework using "typed-rest-client/HttpClient" Package for getting the api response

I am stuck with how to post file (html file) in the post body by using http client. I am able to post some other data (String data) but not the file

Kindly share the steps or any other package use

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南街九尾狐 2025-01-17 03:56:17

有一个 npm 包可用于放心的 api 自动化,那就是 Frisby。它基于 javascript,您可以使用 frisby 发送文件。它是完全独立的包,与 Protractor 无关。

There is one npm package available for rest assured api automation which is Frisby. It is based on javascript and you can send file using frisby. It is totally independent package and not associated with Protractor.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文