2014-11-10 23:12:33 +02:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
// Protractor configuration
|
2015-10-05 16:06:54 -04:00
|
|
|
var config = {
|
2015-07-25 16:53:11 -04:00
|
|
|
specs: ['modules/*/tests/e2e/*.js']
|
2014-11-10 23:12:33 +02:00
|
|
|
};
|
2015-10-05 16:06:54 -04:00
|
|
|
|
|
|
|
|
exports.config = config;
|