-1

We would like to use frisby.js withing cucumber steps. Can anyone point me to an example which does the same?

Thanks

SharePoint Newbie
  • 5,974
  • 12
  • 62
  • 103

1 Answers1

0

I don't think this is possible since frisbyjs needs jasmine-node (a BDD library) to run.

One alternative could be using superagent instead frisbyjs. It could be easily integrated with Cucumber, jasmine-node or other BDD js library.

leo.fcx
  • 6,137
  • 2
  • 21
  • 37