Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction of the automatic test. (自動テストの導入) #23

Open
mugifly opened this issue May 11, 2015 · 0 comments
Open

Introduction of the automatic test. (自動テストの導入) #23

mugifly opened this issue May 11, 2015 · 0 comments

Comments

@mugifly
Copy link
Member

mugifly commented May 11, 2015

あまり気を張って自動テストに取り組む必要はないと思うけど、
リファクタリングするときにも便利だと思います。まずはサイネージページからでも。

JavaScriptのテストフレームワークは、QUnitが手軽で良いかもしれません。
実際に https://github.com/mugifly/jquery-simple-datetimepicker あたりで QUnitによる自動テストを導入しているので、もし良ければ参考になれば幸いです。

またAngularJSでは、Karma+Jasmine の組み合わせがよくあるようです。


テストフレームワーク単体では、ブラウザ上でテストページを開いてテストが行えます。
テストランナーはこれをコマンドラインから実行、評価できるようにするものです。

  • テストフレームワーク: QUnit、Jasmine
  • テストランナー: Karma
@mugifly mugifly added the note label May 11, 2015
@mugifly mugifly modified the milestone: v1-beta1 Jun 3, 2015
@ponta-mkii ponta-mkii changed the title 自動テストの導入 Introduction of the automatic test. (自動テストの導入) Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant