Xiao Peng

My personal blog moves to xiaopeng.me , blogs about design patterns will be synced to here.
肖鹏,ThoughtWorks资深咨询师,目前关注于架构模式、敏捷软件开发等领域,并致力于软件开发最佳实践的推广和应用。
多次为国内大型企业敏捷组织转型提供咨询和培训服务,在大型团队持续集成方面具有丰富的经验。
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

jasmine will create Suite before loading the report html. You code like: [javascript] var canvasDiv; canvasDiv = new Element('div', {'id': 'canvas'}); canvasDiv.update('hello world'); // the following makes the trouble $(document.body).insert(canvasDiv); [/javascript] will fail the creation of jasmine.Suite. And you will get a error like: [html] jasmine.Suite() required http://localhost:8888/__JASMINE_ROOT__/lib/jasmine.js Line 1856 [/html]