Skip to content

Instantly share code, notes, and snippets.

@limdauto
Last active December 19, 2015 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save limdauto/5927561 to your computer and use it in GitHub Desktop.
Save limdauto/5927561 to your computer and use it in GitHub Desktop.
Karma E2E Config
basePath = '../';
files = [
ANGULAR_SCENARIO,
ANGULAR_SCENARIO_ADAPTER,
'app/controllers.js',
'tests/e2e/*.js'
];
autoWatch = false;
browsers = ['google-chrome'];
singleRun = true;
urlRoot = '/karma';
proxies = {
'/': 'http://localhost:12345/',
};
junitReporter = {
outputFile: 'test_out/e2e.xml',
suite: 'e2e'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment