Skip to content

Commit df60b3d

Browse files
authored
Enable linux e2e tests (#1517)
## Changes The only thing we were missing is a correct installation of necessary extensions before running the suite ## Tests Tests!
1 parent dd2a46c commit df60b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/databricks-vscode/src/test/e2e/wdio.conf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ export const config: Options.Testrunner = {
389389
.binary as string;
390390
let cli: string = "";
391391
switch (process.platform) {
392+
case "linux":
392393
case "win32":
393394
cli = path.resolve(binary, "..", "bin", "code");
394395
break;

0 commit comments

Comments
 (0)