We would like to use frisby.js withing cucumber steps. Can anyone point me to an example which does the same?
Thanks
We would like to use frisby.js withing cucumber steps. Can anyone point me to an example which does the same?
Thanks
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.