Since sinon mocks away the XHR request in the jasmine based test suite we've noticed a class of bugs related to specific implementation details of the XHR object in different browsers. We need to be able to test that the library works on at least Firefox and Webkit. Selenium seems to be the obvious choice to facilitate this.
Since
sinonmocks away the XHR request in thejasminebased test suite we've noticed a class of bugs related to specific implementation details of the XHR object in different browsers. We need to be able to test that the library works on at least Firefox and Webkit. Selenium seems to be the obvious choice to facilitate this.