$ QA=true node app.js$ npm start
$ npm test
$ npm run test-qa$ npm install axios
$ npm install nockvar nock = require('nock');
var couchdb = nock('http://myapp.iriscouch.com')
.get('/users/1')
.reply(200, {
_id: '123ABC',
_rev: '946B7D1C',
username: 'pgte',
email: 'pedro.teixeira@gmail.com'
});
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="11" bashhttps://github.com/kartojal/testcafe-browser-provider-ievms