7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

TDD for Javascript Reference

Last updated at Posted at 2013-11-28

Getting Started

Mocha

Mochaを使ってJavaScriptのテストをブラウザで実行してみよう (1/3):CodeZine

jsTestDriver

フレームワークで実践! JavaScriptテスト入門(4):WebブラウザでJavaScriptをテストする「js-test-driver」とQUnit、Jasmineを連携してテストするには (1/4) - @IT
JsTestDriverで簡単テスト : アシアルブログ
Dinis Cruz Blog: Running JavaScript TestCase Unit Tests using JsTestDriver (in WebStorm)
[GettingStarted - js-test-driver - Getting Started with JsTestDriver - Remote javascript console - Google Project Hosting | https://code.google.com/p/js-test-driver/wiki/GettingStarted]
  • Official turorial.
JsTestDriver / Sinon.JSを用いてたテストについて — SinonJSDoc 1.0 documentation
  • Use Sinon.JS with jsTestDriver
19.12. Test Driven JavaScript Development - Mayflower Blog
  • Coding Kata by jsTestDriver on Webstorm.

Selenium

さよなら手作業・人海戦術! HTML5時代のツール「Selenium2」でWebシステムのテストを自動化 (1/2):CodeZine

Capybara

フレームワークで実践! JavaScriptテスト入門(5):Capybara-Webkit+Cucumber+Sinon.JSでJavaScriptのテストはここまで変わる (1/3) - @IT

Setup Webstorm

Getting Started with JsTestDriver IntelliJ plugin - WebStorm - Confluence
  • Use jsTestDriver on Webstorm plugin

Setup Eclipse

JsTestDriver を Eclipse に入れてみた - hiroaki's Lab
  • jsTestDriver on eclipse

Jasmine

フレームワークで実践! JavaScriptテスト入門(2):PhantomJSとJasmineで振る舞い駆動開発なJavaScriptテスト (1/3) - @IT

Breifing

Environment Setup

Run jsTestDriver in WebStorm for Jasmine + Backbone | Verious
JetBrains WebStorm/PHPStorm + jQuery + JsTestDriver + Jasmine | softwarechaos
JsTestDriverでQUnitのテスト資産を利用する - ハードコイルド・ワンダーランド
Unit Testing Backbone.js Applications
  • Hands on tutorial in "Mocha + Chai + Sinon + Test'em" for Backone.js based app.

CI

0-9, JsTestDriverとphantomjsとJenkinsを使ってのJSの継続的なテスト
JSのCIで椅子を投げられないため方法

Code Coverage

Mirror House Lab: JsTestDriverでUnit Test + Code Coverage

Reference

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?