Daniel Koo
Daniel Koo
Enable Grunt users to make grunt task to start up MSL Server via Grunt plugin
The e2e-script works with the current test folder structure, with browserResponse.txt file being inside of msl-client-browser folder. However, if someone follows the getting started doc and opens JasmineSpecRunner.html, the last...
@ransha, @JacobSheppard - It appears that the Travis-CI builds got unstable after merging in the changes for the extensions. I am thinking it's to do with synchronization issue since it's...
We need to update documentation for the new extensions feature.
We need to inject jQuery into the iframe (without collision) and then make jQuery calls by doing a switch to the iframe using contentWindow and calling jQuery API.
When we have sub-level iframes, appcontainer-driver.js won't work beyond first level. We should provide an API to allow users to select different levels of iframe inside our container iframe (at...
The API should allow user to specify a timeout and within the timeout it should poll server to wait for intercept to happen. If intercept did happen within the timeout,...
Since XHR2 doesn't support sync calls, we should consider the following for msl-client-node: 1) Use a different library - https://github.com/driverdan/node-XMLHttpRequest 2) Build polling ourselves inside node client
We currently run Java client tests only. We should enable browser and node client tests to run as well on Travis-CI. For the browser client, we need to have a...
jQuery has deprecated size() and encourages length attribute to be used instead. We should change our size() method to length() and use .length in the eval call. We need to...