サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
karma-runner.github.io
Heads Up! You're viewing the docs for v0.8, an old version of Karma. v6.4 is the newest. Jenkins CI is one of the most popular continuous integration servers in the market today. At some point while developing your AngularJS project (hopefully early on), you might want to have automated tests run off your code versioning system. Jenkins will help you with this task. You can integrate Karma to your
Preprocessors in Karma allow you to do some work with your files before they get served to the browser. These are configured in the preprocessors block of the configuration file: preprocessors: { '**/*.coffee': ['coffee'], '**/*.tea': ['coffee'], '**/*.html': ['html2js'] }, Note: There are multiple expressions referencing the "coffee" preprocessor in this example, as a preprocessor can be listed m
In the repository we use and enforce the commit message conventions. The conventions are verified using commitlint with Angular config. The reasons for these conventions: # automatic generating of the changelog simple navigation through git history (e.g. ignoring style changes) Format of the commit message: # <type>(<scope>): <subject> <BLANK LINE> <body> <BLANK LINE> <footer> Example commit messa
On the AngularJS team, we rely on testing and we always seek better tools to make our life easier. That's why we created Karma - a test runner that fits all our needs. Introductory ScreencastThe spectacular quick start to Testacular. JS Everywhere 2012 ParisWatch Vojta Jína presenting Testacular at JS.everywhere. The main goal for Karma is to bring a productive testing environment to developers. T
このページを最初にブックマークしてみませんか?
『Karma - Spectacular Test Runner for Javascript』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く