Skip to content

Commit 6fd06e2

Browse files
committed
feat: add 'junit' support to Java Selenium configuration
1 parent fcbfb0b commit 6fd06e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/sdk-utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
9797
selenium: {
9898
testng: { instructions: javaInstructions },
9999
cucumber: { instructions: javaInstructions },
100+
junit: { instructions: javaInstructions },
100101
},
101102
},
102103
};

0 commit comments

Comments
 (0)