Advertisement
zhanghuabin

test-all.xml

Sep 7th, 2022
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | Source Code | 0 0
  1. <component name="ProjectRunConfigurationManager">
  2. <configuration default="false" name="test all" type="GradleRunConfiguration" factoryName="Gradle">
  3. <ExternalSystemSettings>
  4. <option name="executionName" />
  5. <option name="externalProjectPath" value="$PROJECT_DIR$" />
  6. <option name="externalSystemIdString" value="GRADLE" />
  7. <option name="scriptParameters" value="--rerun-tasks --stacktrace --warning-mode all" />
  8. <option name="taskDescriptions">
  9. <list />
  10. </option>
  11. <option name="taskNames">
  12. <list>
  13. <option value="cleanTest" />
  14. <option value="test" />
  15. </list>
  16. </option>
  17. <option name="vmOptions" value="-Dspring.profiles.active=dev -Dorg.gradle.daemon=true -Dtest.includedIDs1=[20..31] -Dtest.includedIDs1=20 -Dspock.configuration1=specs_01.gcfg -Dspring.config.name=service,test -Ddebug=true -Dtest.forkEvery=200 -Dtest.maxParallelForks=1 -Djacoco.packageInstructionCoverageRuleEnabled=false -Djacoco.bundleBranchCoveredRatio=0.1 -Djacoco.bundleInstructionCoveredRatio=0.1 -Dcornucopia.storage.type1=_EXTERNAL_SERVICE -Dspring.profiles.active=dev -Dspring.config.name=service,test -DiHubVerification.jacocoPackageCoverageRuleEnabled=false -DiHubVerification.jacocoBranchCoveredRatio=0.3 -DiHubVerification.jacocoInstructionCoveredRatio=0.5 -DiHubTest.maxParallelForks=1 -Dorg.gradle.daemon=true -DiHubTest.enabledLocalProperties=true -Dspring.mongodb.embedded.version1=3.6.5" />
  18. </ExternalSystemSettings>
  19. <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
  20. <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
  21. <DebugAllEnabled>false</DebugAllEnabled>
  22. <method v="2" />
  23. </configuration>
  24. </component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement