We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbfb0b commit 6fd06e2Copy full SHA for 6fd06e2
src/tools/sdk-utils/constants.ts
@@ -97,6 +97,7 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
97
selenium: {
98
testng: { instructions: javaInstructions },
99
cucumber: { instructions: javaInstructions },
100
+ junit: { instructions: javaInstructions },
101
},
102
103
};
0 commit comments