Skip to content

Commit 9998866

Browse files
refs #104: Create main class for FT
1 parent 210c71b commit 9998866

File tree

1 file changed

+16
-0
lines changed
  • sd-ft/src/test/java/com/generoso/ft/sd

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package com.generoso.ft.sd;
2+
3+
public class Main {
4+
5+
public static void main(String[] args) {
6+
var testArgs = new String[]{
7+
"--tags", "not @ignore",
8+
"--plugin", "pretty",
9+
"--plugin", "html:sd-ft/reports/report.html",
10+
"--glue", "com.generoso.ft.sd",
11+
"classpath:features"
12+
};
13+
14+
io.cucumber.core.cli.Main.main(testArgs);
15+
}
16+
}

0 commit comments

Comments
 (0)