Protractor + Simple-SSH How To Get It Sync Together In Jasmine
I'm writing some e2e tests with protractor . During one test I have to physically connect to device with ssh so i decided to use https://www.npmjs.com/package/simple-ssh When I use
Solution 1:
I solved that by using done() from Jasmine 2.0 http://www.htmlgoodies.com/beyond/javascript/stips/using-jasmine-2.0s-new-done-function-to-test-asynchronous-processes.html
Post a Comment for "Protractor + Simple-SSH How To Get It Sync Together In Jasmine"