如何在Protractor TypeScript中通过post请求上传文件
我正在使用“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 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.