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 b2b5149 commit fcbfb0bCopy full SHA for fcbfb0b
src/tools/sdk-utils/types.ts
@@ -11,6 +11,7 @@ export type SDKSupportedTestingFramework =
11
| "nightwatch"
12
| "webdriverio"
13
| "mocha"
14
+ | "junit"
15
| "testng";
16
17
export type ConfigMapping = Record<
0 commit comments