Closed Remco75 closed 8 years ago
I only implemented this for the programmatic interface. We could make this function available in the mocking interface as well. Won't be hard, but we need to think of a UI.
travis integration does not work, can't find the selenium jar, local tests are passing
duurt lang ;-)
Looking good but why can't it find the selenium jar anymore?
this is the reason, the error is kinda cryptic, but this is the cause: https://docs.travis-ci.com/user/pull-requests#Pull-Requests-and-Security-Restrictions
Added option to hold back the response of a mock-call. This can be used in conjunction with browser.ignoreSynchronisation to test UI behaviour when API calls are pending.
see protractor tests for implementation