smoke 💄

This commit is contained in:
Benjamin Pasero
2022-04-12 08:17:52 +02:00
parent be376cfef0
commit 9967cf2782
+1 -1
View File
@@ -14,7 +14,7 @@ export async function launch(options: LaunchOptions): Promise<{ client: IDisposa
// Resolve electron config and update
const { electronPath, args, env } = await resolveElectronConfiguration(options);
args.push('--enable-smoke-test-driver', 'true');
args.push('--enable-smoke-test-driver');
// Launch electron via playwright
const { electron, context, page } = await launchElectron({ electronPath, args, env }, options);