зеркало из https://github.com/mozilla/treeherder.git
e2e test fix.
This commit is contained in:
Родитель
7bec3ac8b5
Коммит
4cac73cc98
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче