xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

Issue 113 - Updated dependencies #136

Closed Nomeasmo closed 10 years ago

Nomeasmo commented 10 years ago

Please note:

var helper = require('..').helper;
...
helper.getDriverPromise().then(function (result) {
     driver = result;
});

Sam: I temporary disabled the closeWebdriverSessions task. It does not run with the update and appears now unnecessary. Please remove completely, if you agree. The examples are also updated and reflect the changes.

samhatoum commented 10 years ago

This has now been merged. Thanks a lot.

samhatoum commented 10 years ago

The problem with removing closeWebdriverSessions is that it leaves browser windows open when grunt runOnce is used. I'll look at this seperately

samhatoum commented 10 years ago

Ok, enabling it seems to not cause any issues, so I'm doing that now. Thanks again for your help on this.