mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
ca certs fixes and tests (#5429)
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
@@ -4,7 +4,9 @@ const { _electron: electron } = require('playwright');
|
||||
const electronAppPath = path.join(__dirname, '../packages/bruno-electron');
|
||||
|
||||
exports.startApp = async () => {
|
||||
const app = await electron.launch({ args: [electronAppPath] });
|
||||
const app = await electron.launch({
|
||||
args: [electronAppPath]
|
||||
});
|
||||
const context = await app.context();
|
||||
|
||||
app.process().stdout.on('data', (data) => {
|
||||
|
||||
Reference in New Issue
Block a user