This commit is contained in:
sebv 2015-05-08 15:16:47 +08:00
Родитель f9a121be99
Коммит 879e6fa2f4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -127,6 +127,7 @@ function newMochaE2EOpts() {
opts.liveOutput = true;
opts.liveOutputPrepend= 'client -> ';
opts.fileOutput = 'client.log';
return opts;
}
gulp.task('test-android-e2e', function () {