Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 24, 2024
1 parent 80637e7 commit 7812974
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tests/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,27 @@ test( 'launch ntfy-desktop', async () =>
await app.close()
} )

/*
Test > full loadup and screenshot
*/

test( 'full load', async () =>
{

/*
Initialize
*/

const app = await electron.launch( {
args: [
'index.js',
'--quit'
],
env: {
...process.env,
NODE_ENV: 'development'
}
} )

await app.close()
} )

0 comments on commit 7812974

Please sign in to comment.