Skip to content

Commit bca14ea

Browse files
committed
Adding initial frameworks
1 parent 3aebfeb commit bca14ea

File tree

1 file changed

+10
-1
lines changed
  • src/tools/appautomate-utils/appium-sdk

1 file changed

+10
-1
lines changed

src/tools/appautomate-utils/appium-sdk/types.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export enum AppSDKSupportedTestingFrameworkEnum {
2121
junit4 = "junit4",
2222
selenide = "selenide",
2323
jbehave = "jbehave",
24+
serenity = "serenity",
2425
cucumberTestng = "cucumberTestng",
2526
cucumberJunit4 = "cucumberJunit4",
2627
cucumberJunit5 = "cucumberJunit5",
@@ -60,7 +61,15 @@ export interface AppSDKInstruction {
6061
export const SUPPORTED_CONFIGURATIONS = {
6162
appium: {
6263
ruby: ["cucumberRuby"],
63-
java: [],
64+
java: [
65+
"testng",
66+
"cucumber",
67+
"junit4",
68+
"junit5",
69+
"jbehave",
70+
"selenide",
71+
"serenity",
72+
],
6473
csharp: [],
6574
python: ["pytest", "robot", "behave", "lettuce"],
6675
nodejs: ["jest", "mocha", "cucumberJs", "webdriverio", "nightwatch"],

0 commit comments

Comments
 (0)