diff options
| author | Julie | 2014-01-11 16:59:15 -0800 |
|---|---|---|
| committer | Caitlin Potter | 2014-01-28 14:14:20 -0500 |
| commit | 7aef2d54e0a48fae18a289813f699962d8310565 (patch) | |
| tree | 60d1d559510c17e879aff798f298e6bcc262d3ab /karma-e2e.conf.js | |
| parent | ce37ae28687167f7b4274ba547f013980126a219 (diff) | |
| download | angular.js-7aef2d54e0a48fae18a289813f699962d8310565.tar.bz2 | |
test(docs): convert example end to end doc tests from scenario runner to protractor
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
Closes #6023
Diffstat (limited to 'karma-e2e.conf.js')
| -rw-r--r-- | karma-e2e.conf.js | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/karma-e2e.conf.js b/karma-e2e.conf.js deleted file mode 100644 index c1e066a8..00000000 --- a/karma-e2e.conf.js +++ /dev/null @@ -1,27 +0,0 @@ -var sharedConfig = require('./karma-shared.conf'); - -module.exports = function(config) { - sharedConfig(config, {testName: 'AngularJS: e2e', logFile: 'karma-e2e.log'}); - - config.set({ - frameworks: [], - files: [ - 'build/angular-scenario.js', - 'node_modules/karma-ng-scenario/lib/adapter.js', - 'build/docs/docs-scenario.js' - ], - - proxies: { - // angular.js, angular-resource.js, etc - '/angular': 'http://localhost:8000/build/angular', - '/': 'http://localhost:8000/build/docs/' - }, - - junitReporter: { - outputFile: 'test_out/e2e.xml', - suite: 'E2E' - }, - - browserNoActivityTimeout: 90000 - }); -}; |
