Init Integration test without cucumber

This commit is contained in:
2021-02-09 02:51:23 +01:00
parent dcf35eaccd
commit edf0c00cf1
6 changed files with 200 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="All Tests" type="JUnit" factoryName="JUnit" singleton="false" show_console_on_std_err="true">
<output_file path="$PROJECT_DIR$/var/log/test/out.log" is_save="true" />
<useClassPathOnly />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="ALTERNATIVE_JRE_PATH" value="corretto-11" />
@@ -21,6 +20,7 @@
<pattern testClass="unit..*" />
<pattern testClass="functional..*" />
<pattern testClass="CucumberTest" />
<pattern testClass="integration..*" />
</patterns>
<tag value="!functional" />
<method v="2">