Show window when not on CI
This commit is contained in:
parent
6813c03f30
commit
dfb6a9b07d
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