chore(doc-gen): move e2e tests into docs folder …
These tests didn't really fit in the test folder as the docs app is mostly a separate entity from the AngularJS codebase.
chore(testing): run end to end tests on firefox and safari as well as… …
… chrome Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well, and make the Travis tests run output XML and turn off color. Fix tests which were failing in Firefox due to clear() not working as expected. Fix tests which were failing in Safari due to SafariDriver not understanding the minus key, and disable tests which SafariDriver has no support for.