Skip to content

Commit fcbfb0b

Browse files
committed
feat: add 'junit' to supported testing frameworks
1 parent b2b5149 commit fcbfb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/sdk-utils/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type SDKSupportedTestingFramework =
1111
| "nightwatch"
1212
| "webdriverio"
1313
| "mocha"
14+
| "junit"
1415
| "testng";
1516

1617
export type ConfigMapping = Record<

0 commit comments

Comments
 (0)