Pablo Villoslada Puigcerber Front-end software engineer who works for Toptal. Passionate about clean code and standards to make things simpler. Unit testing, as the name implies, is about testing individual units of code. This post tries to show a few patterns and guidelines to help us with unit testing Angular applications after setting some minimum configuration. It's aimed at people who are alr
Globally install karma-cli on your computer: $ sudo npm install -g karma-cli Add karma and karma-jasmine to your project’s dependencies. $ npm install karma jasmine karma-jasmine --save-dev Create your Karma configuration file: $ karma init When running init, you can mostly go with the suggested settings (by repeatedly hitting enter). After the init script has completed, you should manually append
AngularJSのテスト AngularJSのUnitテストは開発者ガイドではJasmineが紹介されています。 https://docs.angularjs.org/guide/unit-testing さらに、チュートリアルではJamineの実行環境としてkarmaのインストール方法が紹介されていますが、 karmaをインストールするにはnode.jsが必要なようです。 https://docs.angularjs.org/tutorial わけあってnodeをインストールしたくなかったので、Jasmineのみ(スタンドアローン)でAngularJSのテストを トライしてみました。 (Jasmine-2.0.1: https://github.com/pivotal/jasmine/blob/master/dist/jasmine-standalone-2.0.1.zip) ├──
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く