Hide window when running in CI.
This commit is contained in:
parent
d160da7752
commit
b411657b76
2 changed files with 12 additions and 10 deletions
|
@ -33,9 +33,9 @@ app.on('window-all-closed', function() {
|
|||
app.on('finish-launching', function() {
|
||||
window = new BrowserWindow({
|
||||
title: 'atom-shell tests',
|
||||
show: false,
|
||||
width: 800,
|
||||
height: 600
|
||||
});
|
||||
window.loadUrl('file://' + __dirname + '/index.html');
|
||||
window.focus();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue