intellijsettings-MAC/tools/External Tools.xml

16 lines
1.1 KiB
XML

<toolSet name="External Tools">
<tool name="Aurelia" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run --watch" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\jest.cmd" />
<option name="PARAMETERS" value="C:\dev\iws-international\web-platform\src\components\products\portfolio\ft-credit-quality-exposure\lib\en-us-retail\credit-quality-exposure.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
</toolSet>