We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
あまり気を張って自動テストに取り組む必要はないと思うけど、 リファクタリングするときにも便利だと思います。まずはサイネージページからでも。
JavaScriptのテストフレームワークは、QUnitが手軽で良いかもしれません。 実際に https://github.com/mugifly/jquery-simple-datetimepicker あたりで QUnitによる自動テストを導入しているので、もし良ければ参考になれば幸いです。
またAngularJSでは、Karma+Jasmine の組み合わせがよくあるようです。
テストフレームワーク単体では、ブラウザ上でテストページを開いてテストが行えます。 テストランナーはこれをコマンドラインから実行、評価できるようにするものです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
あまり気を張って自動テストに取り組む必要はないと思うけど、
リファクタリングするときにも便利だと思います。まずはサイネージページからでも。
JavaScriptのテストフレームワークは、QUnitが手軽で良いかもしれません。
実際に https://github.com/mugifly/jquery-simple-datetimepicker あたりで QUnitによる自動テストを導入しているので、もし良ければ参考になれば幸いです。
またAngularJSでは、Karma+Jasmine の組み合わせがよくあるようです。
テストフレームワーク単体では、ブラウザ上でテストページを開いてテストが行えます。
テストランナーはこれをコマンドラインから実行、評価できるようにするものです。
The text was updated successfully, but these errors were encountered: