WS-2017.3.5 <martin@Admins-MacBook-Pro.local Update Tests.xml, External Tools.xml

This commit is contained in:
martin 2018-03-19 12:24:36 +00:00
parent 7b67a82399
commit 4042121345
2 changed files with 22 additions and 22 deletions

View File

@ -1,54 +1,54 @@
<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">
<tool name="Aurelia" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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 --dev" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Aurelia HARD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Aurelia HARD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU BUILD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="AU BUILD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="build" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU BL" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="AU BL" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="test --bl" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Run tests" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<tool name="Run tests" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="C:\Users\mdonnel\Desktop\runTests.cmd" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="C:/Users/mdonnel/Desktop" />
</exec>
</tool>
<tool name="Aurelia 2" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Aurelia 2" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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 --dev --debug=web-platform" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Aurelia Test Server" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Aurelia Test Server" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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 --dev --use-test-server --test-server-fund-id 21414 --test-site etf-us" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU UI" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="AU UI" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="test --ui" />

View File

@ -1,96 +1,96 @@
<toolSet name="Tests">
<tool name="Jest fixed-income-sector-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest fixed-income-sector-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-fixed-income-sector-breakdown\lib\en-us-retail\fixed-income-sector-breakdown.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest commodities-sector-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest commodities-sector-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-commodities-sector-breakdown\lib\en-us-retail\commodities-sector-breakdown.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest currency-distribution" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest currency-distribution" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-currency-distribution\lib\en-us-retail\currency-distribution.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest geographic-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest geographic-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-geographic-breakdown\lib\en-us-retail\geographic-breakdown.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest sector-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest sector-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-sector-exposure\lib\en-us-retail\sector-exposure.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest geographic-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest geographic-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-geographic-exposure\lib\en-us-retail\geographic-exposure.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest quality-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest quality-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-quality-breakdown\lib\en-us-retail\quality-breakdown.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest manager-roster" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest manager-roster" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-manager-roster\lib\en-us-retail\manager-roster.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest top-exposures" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest top-exposures" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-top-exposures\lib\en-us-retail\top-exposures.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest asset-class-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest asset-class-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-asset-class-exposure\lib\en-us-retail\asset-class-exposure.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest strategy-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest strategy-breakdown" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-strategy-breakdown\lib\en-us-retail\strategy-breakdown.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest portfolio-statistics-and-positions" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest portfolio-statistics-and-positions" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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-portfolio-statistics-and-positions\lib\en-us-retail\portfolio-statistics-and-positions.spec.js --watch --coverage" />
<option name="WORKING_DIRECTORY" value="C:/dev/iws-international/web-platform" />
</exec>
</tool>
<tool name="Jest credit-quality-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest credit-quality-exposure" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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>
<tool name="Jest fund-static-bar" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<tool name="Jest fund-static-bar" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="true" 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\overview\ft-fund-static-bar\lib\en-us-retail\fund-static-bar.spec.js --watch --coverage" />