Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想在黄瓜步骤中使用 frisby.js。谁能指出我做同样的例子?
谢谢
我认为这是不可能的,因为 frisbyjs 需要 jasmine-node (一个 BDD 库)才能运行。
一种替代方法是使用superagent代替 frisbyjs。它可以很容易地与 Cucumber、jasmine-node 或其他 BDD js 库集成。