mercredi 21 janvier 2015

use e2e protractor test http result for url

i need a test to certify the http request results(only json) is right,How do I get it,or use other ways



describe('test', function() {

it('get a json', function() {
browser.get('http://.../consumer/2/indexinfo');

});
});


i don't get it because of the result a json not use element


Aucun commentaire:

Enregistrer un commentaire