Skip to content

Commit f0ef783

Browse files
committed
Add test template
1 parent a9bc82c commit f0ef783

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.run/Template TestNG.run.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="true" type="TestNG">
3+
<shortenClasspath name="NONE" />
4+
<useClassPathOnly />
5+
<option name="SUITE_NAME" value="" />
6+
<option name="PACKAGE_NAME" value="" />
7+
<option name="MAIN_CLASS_NAME" value="" />
8+
<option name="GROUP_NAME" value="" />
9+
<option name="TEST_OBJECT" value="CLASS" />
10+
<option name="VM_PARAMETERS" value="-ea -Dheadless=false -Dselenoid=false" />
11+
<option name="PARAMETERS" value="" />
12+
<option name="OUTPUT_DIRECTORY" value="" />
13+
<option name="TEST_SEARCH_SCOPE">
14+
<value defaultName="moduleWithDependencies" />
15+
</option>
16+
<option name="PROPERTIES_FILE" value="" />
17+
<properties />
18+
<listeners />
19+
<method v="2">
20+
<option name="Make" enabled="true" />
21+
</method>
22+
</configuration>
23+
</component>

0 commit comments

Comments
 (0)