External library in Postman

前端 未结 3 1378
鱼传尺愫
鱼传尺愫 2020-12-31 10:02

I want to use linq.js for my assertions. Is there a way to include an external library in Postman?

3条回答
  •  隐瞒了意图╮
    2020-12-31 10:22

    No, linq.js, or any library not available in the Postman Sandbox cannot be used in Postman (by default, there is a workaround).

    EDIT

    Actually, if you fetch a script in a request and eval it, you can use it in Postman. An example is given in this blog post - http://blog.getpostman.com/2015/09/29/writing-a-behaviour-driven-api-testing-environment-within-postman/

提交回复
热议问题