Winx64/Product/ProjectWise/extras/atp/pwps_dab/pwpsdabatp_noserver.xml
|
<?xml version="1.0"?>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | | $Source: PWPS_DAB/atp/pwpsdabatp_noserver.xml $ | | $Copyright: (c) 2024 Bentley Systems, Incorporated. All rights reserved. $ | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | Required environment variables to use this xml file: | | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> <TestPackage stopOnError="true" name="PWPS_DAB_ATP.dll Test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="ATP" xsi:schemaLocation="ATP atptools.xsd pw pwobjects.xsd"> <Tests> <TestGroup name="PWPS_DAB_ATP test group without server" stopOnError="false"> <Tests> <TestItem name="Execute NUnit for PWPS_DAB_ATP.dll without server" module="executor.dll" handler="Executor"> <TestData> <Execute command="%ComSpec%" arguments="/c "nunitNugetPack\NUnit.ConsoleRunner\tools\nunit3-console.exe pwps_dab/PWPS_DAB_ATP.dll --where cat==WithoutDIServer "" /> </TestData> </TestItem> </Tests> </TestGroup> </Tests> </TestPackage> |