habitica/test
Kevin Gisi f41933b7a1 Repair Broken Test Suite - Full Passing Tests
* Repair broken e2e test introduced in 8d03cfc (copywriting change was not
  reflected in the spec)

* Updated i18n.coffee code to be more cautious (it expected the 'en' locale
  would always be available, but provides appropriate error handling as-is).

* Extended timeout duration for protractor, as registration was slightly above
  30s.

* Added karma-mocha-reporter as a dev dependency to ensure test visibility.
2015-03-24 21:39:03 -04:00
..
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common Added sinon and corrected path 2015-02-03 21:30:43 -06:00
e2e Repair Broken Test Suite - Full Passing Tests 2015-03-24 21:39:03 -04:00
spec Make karma tests pass. 2015-03-07 15:48:23 -06:00
api.mocha.coffee Corrected indentation of purchase test 2015-03-07 16:23:56 -06:00
mocha.opts test(quests): ensure non-questers don't get hurty by boss on cron #2249 2014-01-21 12:45:18 -08:00
README.md Update README to account for API tests in JS. 2014-01-15 21:34:36 -08:00
run_tests.sh Repair Broken Test Suite - Full Passing Tests 2015-03-24 21:39:03 -04:00

We need to clean up this directory. The real tests are in spec/ mock/ e2e/ and api.mocha.coffee. We want to:

  1. Move all old / deprecated tests from casper, test2, etc into spec, mock, e2e
  2. Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
  3. Add better test-coverage