This commit is contained in:
Cameron Dawson 2013-08-29 19:01:25 -07:00
Родитель 7bec3ac8b5
Коммит 4cac73cc98
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
module.exports = function (config) {
config.set({
frameworks: ['requirejs'],
frameworks: ['requirejs', 'jasmine'],
basePath: '../',
@ -16,7 +16,7 @@ module.exports = function (config) {
'test/e2e/**/*.js',
// fixtures
{pattern: 'app/resources/*.json', watched: true, served: true, included: false}
{pattern: 'test/mock/*.json', watched: true, served: true, included: false}
],
autoWatch: false,
@ -24,10 +24,6 @@ module.exports = function (config) {
browsers: ['Firefox'],
proxies: {
'/': 'http://localhost:8000/'
},
junitReporter: {
outputFile: 'test_out/e2e.xml',
suite: 'e2e'