ceylon-sdk
ceylon-sdk copied to clipboard
Run Tests from browser
This is a brilliant idea from @vietj: we should add a flag to ceylon test-js (--in-browser?) that runs the tests interactively in the browser, showing console output on the JS browser console, starting them when we press a button, and showing status of running codes as they run with green/red UI.
This would make it extra easy to debug them using the browser dev tools. Of course it'd be better with sourcemaps but that's another issue.
WDYT @thradec? Sounds like a challenge you are good with :)
Sure, probably not for 1.2, but I will see how it goes.
Cool idea!
On Wed, Apr 8, 2015 at 11:43 AM, Tomas Hradec [email protected] wrote:
Sure, probably not for 1.2, but I will see how it goes.
— Reply to this email directly or view it on GitHub https://github.com/ceylon/ceylon-sdk/issues/374#issuecomment-90863824.
Gavin King [email protected] http://profiles.google.com/gavin.king http://ceylon-lang.org http://hibernate.org http://seamframework.org
And now do the same for ceylon test hehe :)
yeah, Damn you @vietj - you beat me to this thing!
Also, why not have this for Eclipse IDE as well...