From 56695016c32468361d868b836c90fd0852daa0ba Mon Sep 17 00:00:00 2001 From: JOASSART Edwin Date: Tue, 7 May 2024 12:24:01 +0200 Subject: [PATCH] tests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24ac1b41680..e91235286f9 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "make": "electron-forge make", "wdio:unit": "xvfb-maybe wdio run ./wdio.conf.ts --suite gui --suite shared", "wdio:e2e": "xvfb-maybe wdio run ./wdio.conf.ts --suite e2e", + "wdio:ci": "xvfb-maybe wdio run ./wdio.conf.ts --suite ci", "wdio": "xvfb-maybe wdio run ./wdio.conf.ts" }, "husky": {