Nathan Black

Results 15 issues of Nathan Black

Real passthrough requests never worked due to readyState not being an own property in modern browsers. Yeah scary these passed in PhantomJS but not in Chrome or Firefox. I updated...

A lot of users use `jsdom` or other Node.js-like environments to do testing (#9 ), let's make sure we don't break them like in #33 .

help wanted

For example ``` document.querySelectorAll('li').should.have.text(['red', 'blue', 'green']) document.querySelectorAll('li').should.have.attr('aria-selected', ['', 'true', '']) ``` Having regex in there too would be nice, maybe something like the following? ``` document.querySelectorAll('.email').should.have.text(/[^@]+@.+/) document.querySelectorAll('p').should.have.text([/^Welcome, .+\./, /^For the...

help wanted

Similar to #13, add the ability to restart a workflow with the same input.

feature
Needs Auth

It's hard for other people to use this with no documentation in the README.

We have a CI environment at my company that does not have chrome nor allows `apt-get install` on our machines, but docker is available for better isolation of these dependencies,...

Have you considered freshening up the API with ES5 Properties? I'll take the readme and offer a proposal of what could be done with it: --- Pass any URL into...

npm 3 will stop installing peer dependencies and in general are a [bag of hurt](https://github.com/npm/npm/labels/peerdependencies) with a lot of npmers [calling for deprecation of it](https://github.com/npm/npm/issues/5080).