Add back testUtilities.debug
This commit is contained in:
parent
3ff9b87a22
commit
0ab8ec34d0
4 changed files with 17 additions and 0 deletions
|
@ -2977,6 +2977,10 @@ if (isTestEnvironment(getEnvironment())) {
|
|||
event.returnValue = process.argv;
|
||||
});
|
||||
|
||||
ipc.handle('ci:test-electron:debug', async (_event, info) => {
|
||||
process.stdout.write(`ci:test-electron:debug=${JSON.stringify(info)}\n`);
|
||||
});
|
||||
|
||||
ipc.handle('ci:test-electron:event', async (_event, event) => {
|
||||
process.stdout.write(
|
||||
`ci:test-electron:event=${JSON.stringify(event)}\n`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue