protractor-upa-stream-helper

1.0.4 • Public • Published

protractor-upa-stream-helper

Llama a upa async para y devuelve promesas de protractor. Documentacion!

Install

> $ npm install protractor-upa-stream-helper

Setup

var UpaStreamHelper = require('protractor-upa-stream-helper');
 
var myCookies = document.cookies(); // all cookies.
var myUpaEndpoint = "http://myendpoint.com";
var myUpa = new UpaStreamHelper(mycookies, myUpaEndpoint);
 
myUpa.getHistory().then(function(cache){
  console.log(cache); // => Protractor.promise resolved => upa.response.body
});

Readme

Keywords

Package Sidebar

Install

npm i protractor-upa-stream-helper

Weekly Downloads

0

Version

1.0.4

License

ISC

Last publish

Collaborators

  • zuhrig