Open pedrotanaka opened 9 years ago
Seems it's happening when using the screenshot()
command. Once it's commented out it works fine.
module.exports = {
'Page title is correct': function (test) {
test
.open('http://google.com')
.assert.title().is('Google', 'It has title')
.screenshot('./screenshots/google.png', '#hplogo')
.done();
}
};
We´re going to rewrite the Sauce Labs adapter for the next version of Dalek, I´m taking this with me as an issue we need to take extra care of.
The sauce labs driver is erring with { '0': undefined }.
Dalekfile.json: