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({
|
||||
title: 'Electron Tests',
|
||||
show: false,
|
||||
show: !global.isCi,
|
||||
width: 800,
|
||||
height: 600,
|
||||
webPreferences: {
|
||||
|
|
Loading…
Reference in a new issue