mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
23 lines
283 B
JavaScript
23 lines
283 B
JavaScript
basePath = '../';
|
|
|
|
files = [
|
|
ANGULAR_SCENARIO,
|
|
ANGULAR_SCENARIO_ADAPTER,
|
|
'test/e2e/**/*.js'
|
|
];
|
|
|
|
autoWatch = false;
|
|
|
|
browsers = ['Chrome'];
|
|
|
|
singleRun = true;
|
|
|
|
proxies = {
|
|
'/': 'http://localhost:8000/'
|
|
};
|
|
|
|
junitReporter = {
|
|
outputFile: 'test_out/e2e.xml',
|
|
suite: 'e2e'
|
|
};
|