vvo / chainit

Turn an asynchronous JavaScript api into an asynchronous chainable JavaScript api
Other
12 stars 4 forks source link

updated queue dependency to v2.2.0 #4

Closed christian-bromann closed 10 years ago

christian-bromann commented 10 years ago
vvo commented 10 years ago

Can you add tests around start and stop? Fi you need start and stop for webdriverjs?

Thank you.

christian-bromann commented 10 years ago

Hi @vvo

I added a test for starting and stopping a queue in chainit. Right, I need it for all the upcoming features regarding multi-browser tests. I will probably add another skip function.

But first I have to figure out why the tests are failing.

christian-bromann commented 10 years ago

Well of course I haven't any secure keys deposited in the .travis.yml. So you have to trust me here ;-)

vvo commented 10 years ago

This looks good, thank you.