Skip to content

Instantly share code, notes, and snippets.

@villadora
Created April 18, 2013 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save villadora/5411412 to your computer and use it in GitHub Desktop.
Save villadora/5411412 to your computer and use it in GitHub Desktop.

Jasmine测试

Jasmine的语法很简单,个人觉得比qunit稍微复杂点。但是好在可以直接在页面上集成测试,被测试的页面和测试结果显示在同一页面,非常方便。配合phantomJS那是相当舒服。jasmine-phantom

  • 测试页面与测试结果显示在同一页面,直接在测试页面上进行状态监测,使得测试更准确也更容易。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment