zulip/frontend_tests
James Porter 25a13cb09b Defer loading zxcvbn in main webapp until necessary.
We only use zxcvbn in the main webapp for checking the user's password
in the change password form.  Since zxcvbn is a very large javascript
library (~700KB), loading it asynchronously only when a user is trying
to change their password results in a significant performance
improvement for loading the Zulip webapp on a slow network.

Fixes #263.
2016-06-22 17:06:37 -07:00
..
casper_lib Create common test function for select_item_via_typeahead. 2016-06-09 14:55:31 -07:00
casper_tests Defer loading zxcvbn in main webapp until necessary. 2016-06-22 17:06:37 -07:00
casperjs Change shebangs from python2.7 to python. 2016-05-29 05:03:08 -07:00
node_tests Fix emoji urls interaction with i18n. 2016-06-13 09:10:11 -07:00
run-casper Annotate frontend_tests/run-casper. 2016-06-06 13:41:44 -07:00