Open smtlaissezfaire opened 10 years ago
I encountered this error and found the fix for this. basically you will need to add this to your Dalekfile.json
"browsers": [{
"chrome": {
"platform": "OS X 10.6",
"actAs": "chrome",
"version": 27
},
"chromeWin": {
"platform": "Windows 7",
"actAs": "chrome",
"version": 27
},
"chromeLinux": {
"platform": "Linux",
"actAs": "chrome",
"version": 26
}
}]
some points
Dalekfile.json
is invalid_verfiyBrowserConfig
in browser.js should check browsers.length
instead of blowing up.@zz85 Thanks for helping out, I would definitely appreciate a PR :+1:
I can't get the tests running. Here's what I see:
Scotts-MacBook-Air-5:web(master) smtlaissezfaire$ dalek -l 5 dalek/*_test.js -d sauce -b chrome Running tests ☁ [SYSTEM] dalek-internal-driver: Loading driver: "sauce"
Here's a gist of my config:
https://gist.github.com/smtlaissezfaire/6824adfab9f905ec9938
(I've changed my username + api key, obvious)