Igor Minar 2f128c9619 fix(e2e): add index-nocache.html to run e2e tests without cache
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
2011-10-03 12:24:29 -07:00
2010-11-04 11:07:49 -07:00
2011-06-06 23:10:29 -07:00
2010-10-29 10:47:06 -07:00
2011-06-02 11:15:41 -07:00
2010-10-29 10:47:06 -07:00
2010-07-09 14:45:29 -07:00
2010-01-05 16:57:36 -08:00
2010-03-15 14:41:28 -07:00
2010-11-12 16:13:53 -08:00
2010-10-29 10:47:51 -07:00

Angular

Compiling

rake compile

Running Tests

rake server:start
rake test
Description
No description provided
Readme MIT 63 MiB
Languages
JavaScript 98.8%
HTML 0.6%
Shell 0.4%
PHP 0.1%