Merge pull request #6888 from electron/show-spec-runner-initially

Show spec window initially when not on CI
This commit is contained in:
Cheng Zhao 2016-08-18 15:27:09 +09:00 committed by GitHub
commit 293ba4230d

View file

@ -101,7 +101,7 @@ app.on('ready', function () {
window = new BrowserWindow({
title: 'Electron Tests',
show: false,
show: !global.isCi,
width: 800,
height: 600,
webPreferences: {