Merge pull request #6888 from electron/show-spec-runner-initially
Show spec window initially when not on CI
This commit is contained in:
commit
293ba4230d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ app.on('ready', function () {
|
||||||
|
|
||||||
window = new BrowserWindow({
|
window = new BrowserWindow({
|
||||||
title: 'Electron Tests',
|
title: 'Electron Tests',
|
||||||
show: false,
|
show: !global.isCi,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 600,
|
height: 600,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|
Loading…
Reference in a new issue