LoginSignup
3
5

More than 5 years have passed since last update.

Karma駆動開発のススメ

Posted at
1 / 6

Karma駆動開発? :thinking:

ng-japanでQuramyさんの発表にあったやつ :bow_tone1:

スクリーンショット 2017-06-23 15.02.21.png


Karma? :thinking:

  • JavaScriptのテストランナー
  • ブラウザを起動してその上でJavaScriptのテストを実行する
  • ブラウザが起動するので見た目も確認できる
  • Developer Consoleでブレークポイント等の機能が使える
  • angular-cliはユニットテスト環境としてKarmaを自動でセットアップする

Karma駆動開発?

  • KarmaでUIロジックのテストもしつつ、見た目もそこで試行錯誤すると楽
  • アプリ上で再現するのが面倒な状況もテストを書けば再現が楽
  • そういうエッジケースのテストにもなって一石二鳥
  • 特定のテストケースだけ走らせることができるので繰り返しが早くできる
  • あくまでテスト環境なので、あまり複雑なことはしないほうが良さそう

デモ


おわり

3
5
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
3
5