HodorNV / ALOps

ALOps
56 stars 24 forks source link

How to add a custom Test Codeunit to the TestToolkit in Business Central 16? #189

Closed DanielGoehler closed 4 years ago

DanielGoehler commented 4 years ago

Describe the issue It is really a bug report, but I need some advice. What is the best way to add my test codeunits e.g. 50100 to the TestToolkit in Business Central 16?

Test was not not executed. If I add this codeunit manually, this build pipeline works.

the used yaml

name: $(Build.BuildId)

variables:
- name: 'AppVersion'
  value: '1.0.[yyyyWW].*'
- name: 'AppName'
  value: 'MyBaseApp'
- name: 'artifact.country'
  value: 'de'
- name: 'artifact.version'
  value: '16.4'

pool:
  name: BusinessCentralBuildAgents

trigger:
- master

steps:
- checkout: self
  clean: true

- task: ALOpsDockerCreate@1
  inputs:
    artifactversion: '$(artifact.version)'
    artifactcountry: '$(artifact.country)'

- task: ALOpsDockerStart@1
  inputs:
    memory_gb: '8'
    container_restart: 'always'
    docker_parameters: '--isolation=hyperv'

- task: ALOpsDockerWait@1
  inputs:
    search_string: 'Ready for connections!'

- task: ALOpsAppCompiler@1
  inputs:
    usedocker: true
    targetproject: 'MainApp/app.json'
    nav_app_version: '$(AppVersion)'

- task: ALOpsAppPublish@1
  displayName: 'ALOps - Publish Extension'
  inputs:
    usedocker: true
    nav_artifact_app_filter: '*.app'
    skip_verification: true

- task: ALOpsAppCompiler@1
  displayName: 'ALOps - Compile Extension: Test-App'
  inputs:
    usedocker: true
    targetproject: 'TestApp/app.json'
    nav_app_version: '1.0.[yyyyWW].*'
    publish_artifact: false
    failed_on_warnings: true

- task: ALOpsAppPublish@1
  displayName: 'ALOps - Publish Extension: Test-App'
  inputs:
    usedocker: true
    nav_artifact_app_filter: '*.app'
    skip_verification: true   

- task: ALOpsAppPublish@1
  displayName: 'ALOps - Install AL TestTool'
  inputs:
    usedocker: true
    installaltesttool: true
    skip_verification: true
    install_al_app_names: |
     Tests-TestLibraries
     System Application Test
     System Application Test Library
     Any
     Library Assert
     Test Runner

- task: ALOpsAppTest@1
  displayName: 'ALOps - Run TestSuite'
  inputs:
    usedocker: true
    testfilter: '50100'
    import_testtoolkit: false
    testpage: '130455'
  continueOnError: true

- task: PublishTestResults@2
  displayName: 'Publish Test Results **/TestResults.xml'
  inputs:
    testResultsFormat: XUnit
    testResultsFiles: '**/TestResults.xml'
    testRunTitle: 'BC Test Results: $(Build.BuildId)'

- task: ALOpsDockerRemove@1
  enabled: true
  condition: always()

the output Also the complete output is necessary for us to see what is going on. Also use backtics:

2020-09-03T22:43:38.2113312Z ##[section]Starting: ALOps - Run TestSuite
2020-09-03T22:43:38.2241184Z ==============================================================================
2020-09-03T22:43:38.2241502Z Task         : ALOps App Test
2020-09-03T22:43:38.2241736Z Description  : Run AL-TestSuite for Business Central
2020-09-03T22:43:38.2241957Z Version      : 1.434.1680
2020-09-03T22:43:38.2242155Z Author       : Hodor
2020-09-03T22:43:38.2242413Z Help         : Run Business Central Test-Suite and collect results.
2020-09-03T22:43:38.2242717Z ==============================================================================
2020-09-03T22:43:40.5012138Z *** Validate configuration
2020-09-03T22:43:40.7850564Z *** ALOps License: ***
2020-09-03T22:43:41.0451394Z *** ALOps License: 
2020-09-03T22:43:41.0451768Z 
2020-09-03T22:43:41.0452037Z collectionUID : e90a45e5-af43-4897-8059-b28e1d8ebea2
2020-09-03T22:43:41.0453098Z projectUID    : 9be3fa99-ba94-4568-8be1-132b3cae6c5f
2020-09-03T22:43:41.0453637Z licenseUID    : 7e88c5f5-c131-4b1c-80c1-94c1418ed5e6
2020-09-03T22:43:41.0454266Z description   : prisma informatik GmbH
2020-09-03T22:43:41.0454816Z 
2020-09-03T22:43:41.0455282Z 
2020-09-03T22:43:41.0455606Z 
2020-09-03T22:43:41.0456043Z 
2020-09-03T22:43:41.0578873Z *** Importing required PS-Functions
2020-09-03T22:43:41.8753466Z *** Working folder: C:\agent\_work\26\s
2020-09-03T22:43:41.8765508Z ***
2020-09-03T22:43:41.8778269Z *** Prepare Docker Session
2020-09-03T22:43:43.4990763Z *** Connect Docker Session
2020-09-03T22:43:43.5128107Z *** Initiate Docker Session
2020-09-03T22:43:43.8384605Z *** Set Docker Container ErrorActionPreference = Stop
2020-09-03T22:43:44.1739338Z *** Copy Modules to Docker
2020-09-03T22:43:48.1195315Z *** Setup Docker Session
2020-09-03T22:43:48.1487513Z *** Checking for container-specific Test Assemblies
2020-09-03T22:43:48.1591309Z *** Using container-specific Test Assemblies
2020-09-03T22:43:48.1932731Z *** Import Modules in Docker Session
2020-09-03T22:43:48.2378504Z *** Import UI Client [C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll]
2020-09-03T22:43:48.2409360Z AUSFÃœHRLICH: Loading module from path 'C:\Run\DevOps\BCAppTest\bin\Microsoft.Dynamics.Framework.UI.Client.dll'.
2020-09-03T22:43:48.7983946Z *** Import NewtonSoft JSON [C:\Program Files\Microsoft Dynamics NAV\160\Service\Newtonsoft.Json.dll]
2020-09-03T22:43:48.8164791Z *** Import Modules in Docker Session: class_ClientContext
2020-09-03T22:43:51.9708557Z *** Test Context Url: 
2020-09-03T22:43:51.9719801Z *** Setup BC Credentials in Docker
2020-09-03T22:43:52.2411041Z *** Resolve Docker Credentials
2020-09-03T22:43:52.2424750Z *** Start AL-TestTool installation
2020-09-03T22:43:52.5556920Z *** Import NAV/BC Management DLL's
2020-09-03T22:43:52.5572702Z *** Loading assemblies for ServiceTier [BC].
2020-09-03T22:43:52.7505268Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\160\service]
2020-09-03T22:43:52.7613655Z *** Selected module: [C:\program files\microsoft dynamics nav\160\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2020-09-03T22:43:52.7636395Z *** Loading module: [C:\program files\microsoft dynamics nav\160\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2020-09-03T22:43:52.7931310Z *** Selected module: [C:\program files\microsoft dynamics nav\160\service\Microsoft.Dynamics.Nav.Management.dll]
2020-09-03T22:43:52.7950526Z *** Loading module: [C:\program files\microsoft dynamics nav\160\service\Microsoft.Dynamics.Nav.Management.dll]
2020-09-03T22:43:53.0177142Z *** Check MockAssemblies.
2020-09-03T22:43:53.0311341Z *** Application requested for installation:
2020-09-03T22:43:53.0355210Z   * Any
2020-09-03T22:43:53.0373136Z   * Library Assert
2020-09-03T22:43:53.0390458Z   * System Application Test
2020-09-03T22:43:53.0406608Z   * System Application Test Library
2020-09-03T22:43:53.0425246Z   * Test Runner
2020-09-03T22:43:53.0443891Z   * Tests-TestLibraries
2020-09-03T22:43:53.0454465Z 
2020-09-03T22:43:53.0533936Z *** Get Available Applications from [C:\Applications*\].
2020-09-03T22:43:53.0661021Z *** Get [*.app] files recursive from [C:\Applications*\]
2020-09-03T22:43:53.2445841Z *** Found [88] files.
2020-09-03T22:43:53.2468224Z *** Extract App detail from [C:\Applications\AMCBanking365Fundamentals\Source\Microsoft_AMC Banking 365 Fundamentals.app]
2020-09-03T22:43:53.3362221Z *** Extract App detail from [C:\Applications\AMCBanking365Fundamentals\Test\Microsoft_AMC Banking 365 Fundamentals Tests.app]
2020-09-03T22:43:53.3471695Z *** Extract App detail from [C:\Applications\APIV1\Source\Microsoft__Exclude_APIV1_.app]
2020-09-03T22:43:53.3531514Z *** Extract App detail from [C:\Applications\APIV1\Test\Microsoft__Exclude_APIV1_ Tests.app]
2020-09-03T22:43:53.3539536Z *** Extract App detail from [C:\Applications\Application\Source\Microsoft_Application.app]
2020-09-03T22:43:53.3558185Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Base Application.app]
2020-09-03T22:43:53.5222059Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Czech language (Czechia).app]
2020-09-03T22:43:53.5252997Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Danish language (Denmark).app]
2020-09-03T22:43:53.5284133Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Dutch language (Belgium).app]
2020-09-03T22:43:53.5315671Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Dutch language (Netherlands).app]
2020-09-03T22:43:53.5345841Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_English language (Australia).app]
2020-09-03T22:43:53.5369408Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_English language (Canada).app]
2020-09-03T22:43:53.5396404Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_English language (New Zealand).app]
2020-09-03T22:43:53.5422343Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_English language (United Kingdom).app]
2020-09-03T22:43:53.5448336Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_English language (United States).app]
2020-09-03T22:43:53.5474351Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Finnish language (Finland).app]
2020-09-03T22:43:53.5578732Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_French language (Belgium).app]
2020-09-03T22:43:53.5580903Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_French language (Canada).app]
2020-09-03T22:43:53.5587083Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_French language (France).app]
2020-09-03T22:43:53.5594133Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_French language (Switzerland).app]
2020-09-03T22:43:53.5597853Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_German language (Austria).app]
2020-09-03T22:43:53.5694698Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_German language (Germany).app]
2020-09-03T22:43:53.5702133Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_German language (Switzerland).app]
2020-09-03T22:43:53.5709107Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Icelandic language (Iceland).app]
2020-09-03T22:43:53.5720025Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Italian language (Italy).app]
2020-09-03T22:43:53.5729600Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Italian language (Switzerland).app]
2020-09-03T22:43:53.5754917Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Norwegian language (Norway).app]
2020-09-03T22:43:53.5783391Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Russian language (Russia).app]
2020-09-03T22:43:53.5812772Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Spanish language (Mexico).app]
2020-09-03T22:43:53.5841070Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Spanish language (Spain).app]
2020-09-03T22:43:53.5870712Z *** Extract App detail from [C:\Applications\BaseApp\Source\Microsoft_Swedish language (Sweden).app]
2020-09-03T22:43:53.5902296Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Library-NoTransactions.app]
2020-09-03T22:43:53.5951705Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Bank.app]
2020-09-03T22:43:53.5979678Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Cash Flow.app]
2020-09-03T22:43:53.6007372Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Cost Accounting.app]
2020-09-03T22:43:53.6067504Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-CRM integration.app]
2020-09-03T22:43:53.6068243Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Data Exchange.app]
2020-09-03T22:43:53.6105694Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Dimension.app]
2020-09-03T22:43:53.6135580Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-ERM.app]
2020-09-03T22:43:53.6211986Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Fixed Asset.app]
2020-09-03T22:43:53.6238276Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-General Journal.app]
2020-09-03T22:43:53.6269704Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Graph.app]
2020-09-03T22:43:53.6304518Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Integration.app]
2020-09-03T22:43:53.6337763Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Invoicing.app]
2020-09-03T22:43:53.6367357Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Job.app]
2020-09-03T22:43:53.6398081Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Local.app]
2020-09-03T22:43:53.6431508Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Marketing.app]
2020-09-03T22:43:53.6470325Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Misc.app]
2020-09-03T22:43:53.6524626Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Permissions.app]
2020-09-03T22:43:53.6557763Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Physical Inventory.app]
2020-09-03T22:43:53.6593433Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Prepayment.app]
2020-09-03T22:43:53.6627740Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Rapid Start.app]
2020-09-03T22:43:53.6656141Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Report.app]
2020-09-03T22:43:53.6689270Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Resource.app]
2020-09-03T22:43:53.6719064Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Reverse.app]
2020-09-03T22:43:53.6749883Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-SCM.app]
2020-09-03T22:43:53.6818547Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-SINGLESERVER.app]
2020-09-03T22:43:53.6850796Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-SMB.app]
2020-09-03T22:43:53.6881518Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-SMTP.app]
2020-09-03T22:43:53.6908921Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app]
2020-09-03T22:43:53.6971184Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Upgrade.app]
2020-09-03T22:43:53.7001872Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-User.app]
2020-09-03T22:43:53.7028098Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-VAT.app]
2020-09-03T22:43:53.7063467Z *** Extract App detail from [C:\Applications\BaseApp\Test\Microsoft_Tests-Workflow.app]
2020-09-03T22:43:53.7097345Z *** Extract App detail from [C:\Applications\ClientAddIns\Source\Microsoft__Exclude_ClientAddIns_.app]
2020-09-03T22:43:53.7125382Z *** Extract App detail from [C:\Applications\Elster\Source\Microsoft_ELSTER VAT Localization for Germany.app]
2020-09-03T22:43:53.7153358Z *** Extract App detail from [C:\Applications\Elster\Test\Microsoft_ELSTER VAT Localization for Germany Tests.app]
2020-09-03T22:43:53.7182313Z *** Extract App detail from [C:\Applications\EssentialBusinessHeadlines\Source\Microsoft_Essential Business Headlines.app]
2020-09-03T22:43:53.7220696Z *** Extract App detail from [C:\Applications\EssentialBusinessHeadlines\Test\Microsoft_Essential Business Headlines Test.app]
2020-09-03T22:43:53.7248609Z *** Extract App detail from [C:\Applications\HybridBaseDeployment\Source\Microsoft_Intelligent Cloud Base.app]
2020-09-03T22:43:53.7288925Z *** Extract App detail from [C:\Applications\HybridBaseDeployment\Test\Microsoft_Intelligent Cloud Base Tests.app]
2020-09-03T22:43:53.7317690Z *** Extract App detail from [C:\Applications\HybridBC\Source\Microsoft_Business Central Intelligent Cloud.app]
2020-09-03T22:43:53.7348978Z *** Extract App detail from [C:\Applications\HybridBC\Test\Microsoft_Business Central Intelligent Cloud Tests.app]
2020-09-03T22:43:53.7376430Z *** Extract App detail from [C:\Applications\LatePaymentPredictor\Source\Microsoft_Late Payment Prediction.app]
2020-09-03T22:43:53.7410836Z *** Extract App detail from [C:\Applications\LatePaymentPredictor\Test\Microsoft_Late Payment Prediction Tests.app]
2020-09-03T22:43:53.7439094Z *** Extract App detail from [C:\Applications\PayPalPaymentsStandard\Source\Microsoft_PayPal Payments Standard.app]
2020-09-03T22:43:53.7474019Z *** Extract App detail from [C:\Applications\PayPalPaymentsStandard\Test\Microsoft_PayPal Payments Standard Tests.app]
2020-09-03T22:43:53.7501106Z *** Extract App detail from [C:\Applications\SalesAndInventoryForecast\Source\Microsoft_Sales and Inventory Forecast.app]
2020-09-03T22:43:53.7574137Z *** Extract App detail from [C:\Applications\SalesAndInventoryForecast\Test\Microsoft_Sales and Inventory Forecast Tests.app]
2020-09-03T22:43:53.7580782Z *** Extract App detail from [C:\Applications\SendToEmailPrinter\Source\Microsoft_Send To Email Printer.app]
2020-09-03T22:43:53.7604414Z *** Extract App detail from [C:\Applications\system application\source\Microsoft_System Application.app]
2020-09-03T22:43:53.7688684Z *** Extract App detail from [C:\Applications\system application\test\Microsoft_System Application Test Library.app]
2020-09-03T22:43:53.7719227Z *** Extract App detail from [C:\Applications\system application\test\Microsoft_System Application Test.app]
2020-09-03T22:43:53.7759573Z *** Extract App detail from [C:\Applications\TestFramework\TestLibraries\Any\Microsoft_Any.app]
2020-09-03T22:43:53.7788596Z *** Extract App detail from [C:\Applications\TestFramework\TestLibraries\Assert\Microsoft_Library Assert.app]
2020-09-03T22:43:53.7814372Z *** Extract App detail from [C:\Applications\TestFramework\TestRunner\Microsoft_Test Runner.app]
2020-09-03T22:43:53.7843760Z *** Extract App detail from [C:\Applications\WorldPayPaymentsStandard\Source\Microsoft_WorldPay Payments Standard.app]
2020-09-03T22:43:53.7882732Z *** Extract App detail from [C:\Applications\WorldPayPaymentsStandard\Test\Microsoft_WorldPay Payments Standard Tests.app]
2020-09-03T22:43:54.2883825Z *** Substitute W1 extensions with localised versions if available
2020-09-03T22:43:54.4448130Z *** Available Applications:
2020-09-03T22:43:54.4566535Z 
2020-09-03T22:43:54.5982262Z Publisher Name                                          Path                                                           
2020-09-03T22:43:54.5990444Z --------- ----                                          ----                                                           
2020-09-03T22:43:54.6042234Z Microsoft System Application                            C:\Applications\system application\source\Microsoft_System A...
2020-09-03T22:43:54.6094913Z Microsoft System Application Test Library               C:\Applications\system application\test\Microsoft_System App...
2020-09-03T22:43:54.6100369Z Microsoft Tests-TestLibraries                           C:\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app 
2020-09-03T22:43:54.6145148Z Microsoft Intelligent Cloud Base                        C:\Applications\HybridBaseDeployment\Source\Microsoft_Intell...
2020-09-03T22:43:54.6203436Z Microsoft Library Assert                                C:\Applications\TestFramework\TestLibraries\Assert\Microsoft...
2020-09-03T22:43:54.6253423Z Microsoft ELSTER VAT Localization for Germany           C:\Applications\Elster\Source\Microsoft_ELSTER VAT Localizat...
2020-09-03T22:43:54.6336363Z Microsoft Essential Business Headlines                  C:\Applications\EssentialBusinessHeadlines\Source\Microsoft_...
2020-09-03T22:43:54.6380174Z Microsoft Sales and Inventory Forecast                  C:\Applications\SalesAndInventoryForecast\Source\Microsoft_S...
2020-09-03T22:43:54.6423655Z Microsoft AMC Banking 365 Fundamentals                  C:\Applications\AMCBanking365Fundamentals\Source\Microsoft_A...
2020-09-03T22:43:54.6463315Z Microsoft Intelligent Cloud Base Tests                  C:\Applications\HybridBaseDeployment\Test\Microsoft_Intellig...
2020-09-03T22:43:54.6502519Z Microsoft Business Central Intelligent Cloud            C:\Applications\HybridBC\Source\Microsoft_Business Central I...
2020-09-03T22:43:54.6542998Z Microsoft PayPal Payments Standard                      C:\Applications\PayPalPaymentsStandard\Source\Microsoft_PayP...
2020-09-03T22:43:54.6580918Z Microsoft Late Payment Prediction                       C:\Applications\LatePaymentPredictor\Source\Microsoft_Late P...
2020-09-03T22:43:54.6620224Z Microsoft Any                                           C:\Applications\TestFramework\TestLibraries\Any\Microsoft_An...
2020-09-03T22:43:54.6624709Z Microsoft Base Application                              C:\Applications\BaseApp\Source\Microsoft_Base Application.app  
2020-09-03T22:43:54.6628879Z Microsoft _Exclude_APIV1_                               C:\Applications\APIV1\Source\Microsoft__Exclude_APIV1_.app     
2020-09-03T22:43:54.6668910Z Microsoft WorldPay Payments Standard                    C:\Applications\WorldPayPaymentsStandard\Source\Microsoft_Wo...
2020-09-03T22:43:54.6672589Z Microsoft Tests-Marketing                               C:\Applications\BaseApp\Test\Microsoft_Tests-Marketing.app     
2020-09-03T22:43:54.6676892Z Microsoft Tests-SCM                                     C:\Applications\BaseApp\Test\Microsoft_Tests-SCM.app           
2020-09-03T22:43:54.6680071Z Microsoft Tests-SMB                                     C:\Applications\BaseApp\Test\Microsoft_Tests-SMB.app           
2020-09-03T22:43:54.6685051Z Microsoft Tests-SMTP                                    C:\Applications\BaseApp\Test\Microsoft_Tests-SMTP.app          
2020-09-03T22:43:54.6688884Z Microsoft Tests-SINGLESERVER                            C:\Applications\BaseApp\Test\Microsoft_Tests-SINGLESERVER.app  
2020-09-03T22:43:54.6693429Z Microsoft Tests-Rapid Start                             C:\Applications\BaseApp\Test\Microsoft_Tests-Rapid Start.app   
2020-09-03T22:43:54.6697686Z Microsoft Tests-Report                                  C:\Applications\BaseApp\Test\Microsoft_Tests-Report.app        
2020-09-03T22:43:54.6701930Z Microsoft Tests-Permissions                             C:\Applications\BaseApp\Test\Microsoft_Tests-Permissions.app   
2020-09-03T22:43:54.6741722Z Microsoft Tests-Physical Inventory                      C:\Applications\BaseApp\Test\Microsoft_Tests-Physical Invent...
2020-09-03T22:43:54.6747670Z Microsoft Tests-Resource                                C:\Applications\BaseApp\Test\Microsoft_Tests-Resource.app      
2020-09-03T22:43:54.6751373Z Microsoft Tests-Reverse                                 C:\Applications\BaseApp\Test\Microsoft_Tests-Reverse.app       
2020-09-03T22:43:54.6757214Z Microsoft Tests-Prepayment                              C:\Applications\BaseApp\Test\Microsoft_Tests-Prepayment.app    
2020-09-03T22:43:54.6759941Z Microsoft Tests-Misc                                    C:\Applications\BaseApp\Test\Microsoft_Tests-Misc.app          
2020-09-03T22:43:54.6763856Z Microsoft Tests-Upgrade                                 C:\Applications\BaseApp\Test\Microsoft_Tests-Upgrade.app       
2020-09-03T22:43:54.6805481Z Microsoft Sales and Inventory Forecast Tests            C:\Applications\SalesAndInventoryForecast\Test\Microsoft_Sal...
2020-09-03T22:43:54.6843648Z Microsoft PayPal Payments Standard Tests                C:\Applications\PayPalPaymentsStandard\Test\Microsoft_PayPal...
2020-09-03T22:43:54.6877944Z Microsoft Late Payment Prediction Tests                 C:\Applications\LatePaymentPredictor\Test\Microsoft_Late Pay...
2020-09-03T22:43:54.6912318Z Microsoft Send To Email Printer                         C:\Applications\SendToEmailPrinter\Source\Microsoft_Send To ...
2020-09-03T22:43:54.6948531Z Microsoft WorldPay Payments Standard Tests              C:\Applications\WorldPayPaymentsStandard\Test\Microsoft_Worl...
2020-09-03T22:43:54.6984999Z Microsoft Test Runner                                   C:\Applications\TestFramework\TestRunner\Microsoft_Test Runn...
2020-09-03T22:43:54.7018260Z Microsoft System Application Test                       C:\Applications\system application\test\Microsoft_System App...
2020-09-03T22:43:54.7022664Z Microsoft Tests-Workflow                                C:\Applications\BaseApp\Test\Microsoft_Tests-Workflow.app      
2020-09-03T22:43:54.7026407Z Microsoft Tests-VAT                                     C:\Applications\BaseApp\Test\Microsoft_Tests-VAT.app           
2020-09-03T22:43:54.7030087Z Microsoft Tests-User                                    C:\Applications\BaseApp\Test\Microsoft_Tests-User.app          
2020-09-03T22:43:54.7065100Z Microsoft _Exclude_ClientAddIns_                        C:\Applications\ClientAddIns\Source\Microsoft__Exclude_Clien...
2020-09-03T22:43:54.7098910Z Microsoft Business Central Intelligent Cloud Tests      C:\Applications\HybridBC\Test\Microsoft_Business Central Int...
2020-09-03T22:43:54.7132953Z Microsoft Essential Business Headlines Test             C:\Applications\EssentialBusinessHeadlines\Test\Microsoft_Es...
2020-09-03T22:43:54.7168667Z Microsoft ELSTER VAT Localization for Germany Tests     C:\Applications\Elster\Test\Microsoft_ELSTER VAT Localizatio...
2020-09-03T22:43:54.7173401Z Microsoft Tests-Local                                   C:\Applications\BaseApp\Test\Microsoft_Tests-Local.app         
2020-09-03T22:43:54.7207150Z Microsoft French language (Canada)                      C:\Applications\BaseApp\Source\Microsoft_French language (Ca...
2020-09-03T22:43:54.7243502Z Microsoft French language (France)                      C:\Applications\BaseApp\Source\Microsoft_French language (Fr...
2020-09-03T22:43:54.7276865Z Microsoft French language (Belgium)                     C:\Applications\BaseApp\Source\Microsoft_French language (Be...
2020-09-03T22:43:54.7315492Z Microsoft English language (United States)              C:\Applications\BaseApp\Source\Microsoft_English language (U...
2020-09-03T22:43:54.7352479Z Microsoft Finnish language (Finland)                    C:\Applications\BaseApp\Source\Microsoft_Finnish language (F...
2020-09-03T22:43:54.7386993Z Microsoft German language (Switzerland)                 C:\Applications\BaseApp\Source\Microsoft_German language (Sw...
2020-09-03T22:43:54.7421776Z Microsoft Icelandic language (Iceland)                  C:\Applications\BaseApp\Source\Microsoft_Icelandic language ...
2020-09-03T22:43:54.7456759Z Microsoft German language (Germany)                     C:\Applications\BaseApp\Source\Microsoft_German language (Ge...
2020-09-03T22:43:54.7490706Z Microsoft French language (Switzerland)                 C:\Applications\BaseApp\Source\Microsoft_French language (Sw...
2020-09-03T22:43:54.7527418Z Microsoft German language (Austria)                     C:\Applications\BaseApp\Source\Microsoft_German language (Au...
2020-09-03T22:43:54.7566284Z Microsoft English language (United Kingdom)             C:\Applications\BaseApp\Source\Microsoft_English language (U...
2020-09-03T22:43:54.7603723Z Microsoft Czech language (Czechia)                      C:\Applications\BaseApp\Source\Microsoft_Czech language (Cze...
2020-09-03T22:43:54.7638997Z Microsoft Danish language (Denmark)                     C:\Applications\BaseApp\Source\Microsoft_Danish language (De...
2020-09-03T22:43:54.7643456Z Microsoft Application                                   C:\Applications\Application\Source\Microsoft_Application.app   
2020-09-03T22:43:54.7679255Z Microsoft AMC Banking 365 Fundamentals Test Automations C:\Applications\AMCBanking365Fundamentals\Test\Microsoft_AMC...
2020-09-03T22:43:54.7683778Z Microsoft _Exclude_APIV1_ Tests                         C:\Applications\APIV1\Test\Microsoft__Exclude_APIV1_ Tests.app 
2020-09-03T22:43:54.7718033Z Microsoft English language (Canada)                     C:\Applications\BaseApp\Source\Microsoft_English language (C...
2020-09-03T22:43:54.7751797Z Microsoft English language (New Zealand)                C:\Applications\BaseApp\Source\Microsoft_English language (N...
2020-09-03T22:43:54.7786333Z Microsoft English language (Australia)                  C:\Applications\BaseApp\Source\Microsoft_English language (A...
2020-09-03T22:43:54.7821881Z Microsoft Dutch language (Belgium)                      C:\Applications\BaseApp\Source\Microsoft_Dutch language (Bel...
2020-09-03T22:43:54.7855771Z Microsoft Dutch language (Netherlands)                  C:\Applications\BaseApp\Source\Microsoft_Dutch language (Net...
2020-09-03T22:43:54.7859415Z Microsoft Tests-ERM                                     C:\Applications\BaseApp\Test\Microsoft_Tests-ERM.app           
2020-09-03T22:43:54.7863293Z Microsoft Tests-Fixed Asset                             C:\Applications\BaseApp\Test\Microsoft_Tests-Fixed Asset.app   
2020-09-03T22:43:54.7867101Z Microsoft Tests-Dimension                               C:\Applications\BaseApp\Test\Microsoft_Tests-Dimension.app     
2020-09-03T22:43:54.7902453Z Microsoft Tests-CRM integration                         C:\Applications\BaseApp\Test\Microsoft_Tests-CRM integration...
2020-09-03T22:43:54.7906740Z Microsoft Tests-Data Exchange                           C:\Applications\BaseApp\Test\Microsoft_Tests-Data Exchange.app 
2020-09-03T22:43:54.7910887Z Microsoft Tests-Invoicing                               C:\Applications\BaseApp\Test\Microsoft_Tests-Invoicing.app     
2020-09-03T22:43:54.7914663Z Microsoft Tests-Job                                     C:\Applications\BaseApp\Test\Microsoft_Tests-Job.app           
2020-09-03T22:43:54.7918607Z Microsoft Tests-Integration                             C:\Applications\BaseApp\Test\Microsoft_Tests-Integration.app   
2020-09-03T22:43:54.7952461Z Microsoft Tests-General Journal                         C:\Applications\BaseApp\Test\Microsoft_Tests-General Journal...
2020-09-03T22:43:54.7956049Z Microsoft Tests-Graph                                   C:\Applications\BaseApp\Test\Microsoft_Tests-Graph.app         
2020-09-03T22:43:54.7990650Z Microsoft Tests-Cost Accounting                         C:\Applications\BaseApp\Test\Microsoft_Tests-Cost Accounting...
2020-09-03T22:43:54.8025319Z Microsoft Russian language (Russia)                     C:\Applications\BaseApp\Source\Microsoft_Russian language (R...
2020-09-03T22:43:54.8065965Z Microsoft Spanish language (Mexico)                     C:\Applications\BaseApp\Source\Microsoft_Spanish language (M...
2020-09-03T22:43:54.8099446Z Microsoft Norwegian language (Norway)                   C:\Applications\BaseApp\Source\Microsoft_Norwegian language ...
2020-09-03T22:43:54.8133607Z Microsoft Italian language (Italy)                      C:\Applications\BaseApp\Source\Microsoft_Italian language (I...
2020-09-03T22:43:54.8167859Z Microsoft Italian language (Switzerland)                C:\Applications\BaseApp\Source\Microsoft_Italian language (S...
2020-09-03T22:43:54.8171661Z Microsoft Tests-Bank                                    C:\Applications\BaseApp\Test\Microsoft_Tests-Bank.app          
2020-09-03T22:43:54.8175767Z Microsoft Tests-Cash Flow                               C:\Applications\BaseApp\Test\Microsoft_Tests-Cash Flow.app     
2020-09-03T22:43:54.8213178Z Microsoft Library - No Transactions                     C:\Applications\BaseApp\Test\Microsoft_Library-NoTransaction...
2020-09-03T22:43:54.8249721Z Microsoft Spanish language (Spain)                      C:\Applications\BaseApp\Source\Microsoft_Spanish language (S...
2020-09-03T22:43:54.8287506Z Microsoft Swedish language (Sweden)                     C:\Applications\BaseApp\Source\Microsoft_Swedish language (S...
2020-09-03T22:43:54.8289009Z 
2020-09-03T22:43:54.8289678Z 
2020-09-03T22:43:54.8297407Z *** Installing Applications:
2020-09-03T22:43:54.8299667Z 
2020-09-03T22:43:54.8326909Z Publisher Name                            Path                                                                         
2020-09-03T22:43:54.8332078Z --------- ----                            ----                                                                         
2020-09-03T22:43:54.8374001Z Microsoft System Application Test Library C:\Applications\system application\test\Microsoft_System Application Test ...
2020-09-03T22:43:54.8377785Z Microsoft Tests-TestLibraries             C:\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app               
2020-09-03T22:43:54.8418692Z Microsoft Library Assert                  C:\Applications\TestFramework\TestLibraries\Assert\Microsoft_Library Asser...
2020-09-03T22:43:54.8422372Z Microsoft Any                             C:\Applications\TestFramework\TestLibraries\Any\Microsoft_Any.app            
2020-09-03T22:43:54.8426461Z Microsoft Test Runner                     C:\Applications\TestFramework\TestRunner\Microsoft_Test Runner.app           
2020-09-03T22:43:54.8430200Z Microsoft System Application Test         C:\Applications\system application\test\Microsoft_System Application Test.app
2020-09-03T22:43:54.8430727Z 
2020-09-03T22:43:54.8432206Z 
2020-09-03T22:43:54.8439681Z *** Get App Info: C:\Applications\system application\test\Microsoft_System Application Test Library.app
2020-09-03T22:43:54.8453634Z 
2020-09-03T22:43:54.8459002Z *** Publish App: [Microsoft / System Application Test Library]
2020-09-03T22:43:54.9132266Z *** Sync App: [Microsoft / System Application Test Library]
2020-09-03T22:43:54.9496320Z WARNUNG: Cannot synchronize the extension System Application Test Library because it is already synchronized.
2020-09-03T22:43:54.9524342Z *** Install App: [Microsoft / System Application Test Library]
2020-09-03T22:43:55.0501883Z WARNUNG: Cannot install extension System Application Test Library by Microsoft 16.4.14693.15445 for the tenant default 
2020-09-03T22:43:55.0504526Z because it is already installed.
2020-09-03T22:43:55.0513356Z ***
2020-09-03T22:43:55.0530658Z *** Get App Info: C:\Applications\BaseApp\Test\Microsoft_Tests-TestLibraries.app
2020-09-03T22:43:55.0623560Z *** Publish App: [Microsoft / Tests-TestLibraries]
2020-09-03T22:43:55.1415482Z *** Sync App: [Microsoft / Tests-TestLibraries]
2020-09-03T22:43:55.1623847Z WARNUNG: Cannot synchronize the extension Tests-TestLibraries because it is already synchronized.
2020-09-03T22:43:55.1663178Z *** Install App: [Microsoft / Tests-TestLibraries]
2020-09-03T22:43:55.1956590Z WARNUNG: Cannot install extension Tests-TestLibraries by Microsoft 16.4.14693.15445 for the tenant default because it 
2020-09-03T22:43:55.1959625Z is already installed.
2020-09-03T22:43:55.1969457Z ***
2020-09-03T22:43:55.1980337Z *** Get App Info: C:\Applications\TestFramework\TestLibraries\Assert\Microsoft_Library Assert.app
2020-09-03T22:43:55.1997123Z 
2020-09-03T22:43:55.2016557Z ServerInstance                        : 
2020-09-03T22:43:55.2018575Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.2020280Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.2021938Z Brief                                 : Test libraries that provide basic test setup for the System Application tests.
2020-09-03T22:43:55.2023587Z Description                           : Contains an expansive set of library methods to be used exclusively in tests.
2020-09-03T22:43:55.2025055Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.2026722Z PrivacyStatement                      : https://go.microsoft.com/fwlink/?LinkId=724009
2020-09-03T22:43:55.2028304Z Eula                                  : https://go.microsoft.com/fwlink/?linkid=2009120
2020-09-03T22:43:55.2028982Z Help                                  : 
2020-09-03T22:43:55.2031606Z Url                                   : https://go.microsoft.com/fwlink/?LinkId=724011
2020-09-03T22:43:55.2032002Z Logo                                  : 
2020-09-03T22:43:55.2032251Z DeveloperTenantId                     : 
2020-09-03T22:43:55.2032597Z ScreenShots                           : {}
2020-09-03T22:43:55.2034696Z Dependencies                          : {System Application, Microsoft, 16.4.0.0, False}
2020-09-03T22:43:55.2036115Z Capabilities                          : {}
2020-09-03T22:43:55.2037943Z PackageId                             : a7fbdb33-497a-4efe-8229-cb5b285345fe
2020-09-03T22:43:55.2038324Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.2040199Z AppId                                 : 9856ae4f-d1a7-46ef-89bb-6ef056398228
2020-09-03T22:43:55.2041537Z Name                                  : System Application Test Library
2020-09-03T22:43:55.2044043Z Publisher                             : Microsoft
2020-09-03T22:43:55.2045122Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.2045505Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.2048231Z Scope                                 : Global
2020-09-03T22:43:55.2049952Z Tenant                                : 
2020-09-03T22:43:55.2050491Z 
2020-09-03T22:43:55.2072291Z ServerInstance                        : 
2020-09-03T22:43:55.2073762Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.2083301Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.2089675Z Brief                                 : Tests-TestLibraries (DE)
2020-09-03T22:43:55.2090352Z Description                           : 
2020-09-03T22:43:55.2093456Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.2096680Z PrivacyStatement                      : 
2020-09-03T22:43:55.2110003Z Eula                                  : 
2020-09-03T22:43:55.2110373Z Help                                  : 
2020-09-03T22:43:55.2110663Z Url                                   : 
2020-09-03T22:43:55.2110914Z Logo                                  : 
2020-09-03T22:43:55.2111163Z DeveloperTenantId                     : 
2020-09-03T22:43:55.2111450Z ScreenShots                           : {}
2020-09-03T22:43:55.2111787Z Dependencies                          : {System Application Test Library, Microsoft, 16.4.0.0, False}
2020-09-03T22:43:55.2112136Z Capabilities                          : {}
2020-09-03T22:43:55.2121677Z PackageId                             : d1d48fa6-5c56-4ec0-9d38-4b1340898a26
2020-09-03T22:43:55.2122423Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.2127485Z AppId                                 : 5d86850b-0d76-4eca-bd7b-951ad998e997
2020-09-03T22:43:55.2129703Z Name                                  : Tests-TestLibraries
2020-09-03T22:43:55.2131452Z Publisher                             : Microsoft
2020-09-03T22:43:55.2132624Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.2134660Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.2136136Z Scope                                 : Global
2020-09-03T22:43:55.2137385Z Tenant                                : 
2020-09-03T22:43:55.2138721Z 
2020-09-03T22:43:55.2154678Z ServerInstance                        : 
2020-09-03T22:43:55.2155185Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.2157712Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.2158424Z Brief                                 : Library used in tests to verify if the values are as expected. 
2020-09-03T22:43:55.2179064Z Description                           : In test code Library Assert should be used to compare the values and throw 
2020-09-03T22:43:55.2179840Z                                         errors. TESTFIELD and ERROR must not be used in test code.
2020-09-03T22:43:55.2180193Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.2180448Z PrivacyStatement                      : 
2020-09-03T22:43:55.2180702Z Eula                                  : 
2020-09-03T22:43:55.2181001Z Help                                  : 
2020-09-03T22:43:55.2181253Z Url                                   : 
2020-09-03T22:43:55.2181517Z Logo                                  : 
2020-09-03T22:43:55.2181766Z DeveloperTenantId                     : 
2020-09-03T22:43:55.2183203Z ScreenShots                           : {}
2020-09-03T22:43:55.2184393Z Dependencies                          : {}
2020-09-03T22:43:55.2186034Z Capabilities                          : {}
2020-09-03T22:43:55.2188491Z PackageId                             : 7e7a02f5-c9a6-4529-a4bd-9014f69c05fb
2020-09-03T22:43:55.2188841Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.2192038Z AppId                                 : dd0be2ea-f733-4d65-bb34-a28f4624fb14
2020-09-03T22:43:55.2192442Z Name                                  : Library Assert
2020-09-03T22:43:55.2193820Z Publisher                             : Microsoft
2020-09-03T22:43:55.2194520Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.2195769Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.2198465Z Scope                                 : Global
2020-09-03T22:43:55.2199810Z Tenant                                : 
2020-09-03T22:43:55.2199980Z 
2020-09-03T22:43:55.2206511Z *** Publish App: [Microsoft / Library Assert]
2020-09-03T22:43:55.2301485Z *** Sync App: [Microsoft / Library Assert]
2020-09-03T22:43:55.2469929Z WARNUNG: Cannot synchronize the extension Library Assert because it is already synchronized.
2020-09-03T22:43:55.2486341Z *** Install App: [Microsoft / Library Assert]
2020-09-03T22:43:55.2753126Z WARNUNG: Cannot install extension Library Assert by Microsoft 16.4.14693.15445 for the tenant default because it is 
2020-09-03T22:43:55.2754427Z already installed.
2020-09-03T22:43:55.2796210Z ***
2020-09-03T22:43:55.2805249Z *** Get App Info: C:\Applications\TestFramework\TestLibraries\Any\Microsoft_Any.app
2020-09-03T22:43:55.2854937Z ServerInstance                        : 
2020-09-03T22:43:55.2855794Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.2857744Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.2860332Z Brief                                 : Library used to generate pseudo-random values.
2020-09-03T22:43:55.2878294Z Description                           : In test code, Any should be used to generate values that should not be 
2020-09-03T22:43:55.2878784Z                                         hardcoded to a specific values.
2020-09-03T22:43:55.2879288Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.2879867Z PrivacyStatement                      : 
2020-09-03T22:43:55.2880551Z Eula                                  : 
2020-09-03T22:43:55.2881024Z Help                                  : 
2020-09-03T22:43:55.2881549Z Url                                   : 
2020-09-03T22:43:55.2881954Z Logo                                  : 
2020-09-03T22:43:55.2882649Z DeveloperTenantId                     : 
2020-09-03T22:43:55.2885225Z ScreenShots                           : {}
2020-09-03T22:43:55.2885700Z Dependencies                          : {}
2020-09-03T22:43:55.2888235Z Capabilities                          : {}
2020-09-03T22:43:55.2889444Z PackageId                             : 2fb1d34c-cc38-4d4c-b2f5-61d5239dbe04
2020-09-03T22:43:55.2889775Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.2891177Z AppId                                 : e7320ebb-08b3-4406-b1ec-b4927d3e280b
2020-09-03T22:43:55.2892378Z Name                                  : Any
2020-09-03T22:43:55.2893547Z Publisher                             : Microsoft
2020-09-03T22:43:55.2896071Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.2896515Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.2899184Z Scope                                 : Global
2020-09-03T22:43:55.2900210Z Tenant                                : 
2020-09-03T22:43:55.2900786Z 
2020-09-03T22:43:55.2911703Z *** Publish App: [Microsoft / Any]
2020-09-03T22:43:55.3028674Z *** Sync App: [Microsoft / Any]
2020-09-03T22:43:55.3239038Z WARNUNG: Cannot synchronize the extension Any because it is already synchronized.
2020-09-03T22:43:55.3267191Z *** Install App: [Microsoft / Any]
2020-09-03T22:43:55.3504273Z WARNUNG: Cannot install extension Any by Microsoft 16.4.14693.15445 for the tenant default because it is already 
2020-09-03T22:43:55.3506259Z installed.
2020-09-03T22:43:55.3519799Z ***
2020-09-03T22:43:55.3540804Z *** Get App Info: C:\Applications\TestFramework\TestRunner\Microsoft_Test Runner.app
2020-09-03T22:43:55.3579056Z ServerInstance                        : 
2020-09-03T22:43:55.3579706Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.3582573Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.3583325Z Brief                                 : Executes one or more tests and gathers the results.
2020-09-03T22:43:55.3647553Z Description                           : Provides options for running manual tests in the UI or automated tests in the 
2020-09-03T22:43:55.3648171Z                                         console. Manual tests are run from the Test Tool page, and automated tests are 
2020-09-03T22:43:55.3648605Z                                         run from the Command Line Test Tool page. For each group of tests, you can 
2020-09-03T22:43:55.3649048Z                                         define the test isolation by using the Test Runner Codeunit. The Test Runner - 
2020-09-03T22:43:55.3649505Z                                         Isol. Codeunit codeunit reverts changes to the database after tests are 
2020-09-03T22:43:55.3649928Z                                         complete. The Test Runner Isol. Disabled codeunit prevents changes from being 
2020-09-03T22:43:55.3650391Z                                         reverted. This is useful when testing requires multiple sessions, such as when 
2020-09-03T22:43:55.3651390Z                                         invoking web services, job queues, background threads, and so on.
2020-09-03T22:43:55.3653859Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.3654265Z PrivacyStatement                      : 
2020-09-03T22:43:55.3654543Z Eula                                  : 
2020-09-03T22:43:55.3655029Z Help                                  : 
2020-09-03T22:43:55.3656569Z Url                                   : 
2020-09-03T22:43:55.3656968Z Logo                                  : 
2020-09-03T22:43:55.3658595Z DeveloperTenantId                     : 
2020-09-03T22:43:55.3659919Z ScreenShots                           : {}
2020-09-03T22:43:55.3661917Z Dependencies                          : {}
2020-09-03T22:43:55.3663477Z Capabilities                          : {}
2020-09-03T22:43:55.3666069Z PackageId                             : 62ce1e3f-b719-44c5-81a9-1e3ff8f55ecf
2020-09-03T22:43:55.3666716Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.3667054Z AppId                                 : 23de40a6-dfe8-4f80-80db-d70f83ce8caf
2020-09-03T22:43:55.3670260Z Name                                  : Test Runner
2020-09-03T22:43:55.3670755Z Publisher                             : Microsoft
2020-09-03T22:43:55.3673453Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.3674105Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.3677180Z Scope                                 : Global
2020-09-03T22:43:55.3678099Z Tenant                                : 
2020-09-03T22:43:55.3678305Z 
2020-09-03T22:43:55.3686404Z *** Publish App: [Microsoft / Test Runner]
2020-09-03T22:43:55.3813130Z *** Sync App: [Microsoft / Test Runner]
2020-09-03T22:43:55.3999738Z WARNUNG: Cannot synchronize the extension Test Runner because it is already synchronized.
2020-09-03T22:43:55.4033626Z *** Install App: [Microsoft / Test Runner]
2020-09-03T22:43:55.4253789Z WARNUNG: Cannot install extension Test Runner by Microsoft 16.4.14693.15445 for the tenant default because it is 
2020-09-03T22:43:55.4255362Z already installed.
2020-09-03T22:43:55.4268646Z ***
2020-09-03T22:43:55.4292861Z *** Get App Info: C:\Applications\system application\test\Microsoft_System Application Test.app
2020-09-03T22:43:55.4349484Z ServerInstance                        : 
2020-09-03T22:43:55.4350043Z PSComputerName                        : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:43:55.4352742Z RunspaceId                            : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:43:55.4354842Z Brief                                 : Test suite for the System Application.
2020-09-03T22:43:55.4355653Z Description                           : Contains an expansive set tests for the System Application.
2020-09-03T22:43:55.4357074Z CompatibilityId                       : 0.0.0.0
2020-09-03T22:43:55.4357648Z PrivacyStatement                      : https://go.microsoft.com/fwlink/?LinkId=724009
2020-09-03T22:43:55.4359627Z Eula                                  : https://go.microsoft.com/fwlink/?linkid=2009120
2020-09-03T22:43:55.4360024Z Help                                  : 
2020-09-03T22:43:55.4362270Z Url                                   : https://go.microsoft.com/fwlink/?LinkId=724011
2020-09-03T22:43:55.4363356Z Logo                                  : 
2020-09-03T22:43:55.4363641Z DeveloperTenantId                     : 
2020-09-03T22:43:55.4363974Z ScreenShots                           : {}
2020-09-03T22:43:55.4378865Z Dependencies                          : {System Application, Microsoft, 16.4.0.0, False, System Application Test 
2020-09-03T22:43:55.4379393Z                                         Library, Microsoft, 16.4.0.0, False, Library Assert, Microsoft, 16.4.0.0, 
2020-09-03T22:43:55.4379792Z                                         False, Any, Microsoft, 16.4.0.0, False}
2020-09-03T22:43:55.4383013Z Capabilities                          : {}
2020-09-03T22:43:55.4384214Z PackageId                             : 867b8189-49ea-4f07-98f7-b19e6afbc9e3
2020-09-03T22:43:55.4386364Z PublisherAzureActiveDirectoryTenantId : 
2020-09-03T22:43:55.4386709Z AppId                                 : 0d60b215-6ee1-4789-8e53-866cfa50c23c
2020-09-03T22:43:55.4388160Z Name                                  : System Application Test
2020-09-03T22:43:55.4389277Z Publisher                             : Microsoft
2020-09-03T22:43:55.4391251Z Version                               : 16.4.14693.15445
2020-09-03T22:43:55.4391872Z ExtensionType                         : ModernDev
2020-09-03T22:43:55.4393787Z Scope                                 : Global
2020-09-03T22:43:55.4394122Z Tenant                                : 
2020-09-03T22:43:55.4395052Z 
2020-09-03T22:43:55.4401922Z *** Publish App: [Microsoft / System Application Test]
2020-09-03T22:43:55.4609306Z *** Sync App: [Microsoft / System Application Test]
2020-09-03T22:43:55.4800709Z WARNUNG: Cannot synchronize the extension System Application Test because it is already synchronized.
2020-09-03T22:43:55.4848327Z *** Install App: [Microsoft / System Application Test]
2020-09-03T22:43:55.5061440Z WARNUNG: Cannot install extension System Application Test by Microsoft 16.4.14693.15445 for the tenant default because 
2020-09-03T22:43:55.5063586Z it is already installed.
2020-09-03T22:43:55.5071004Z ***
2020-09-03T22:43:55.5078755Z 
2020-09-03T22:43:55.5103383Z *** AL-TestTool installation finished.
2020-09-03T22:43:55.5115321Z *** Set TCP Keep-Alive
2020-09-03T22:43:55.5348679Z *** Start TestSuite
2020-09-03T22:43:55.6049898Z *** Running TestSuite with authentication [NavUserPassword] with User [admin]
2020-09-03T22:43:55.6069089Z *** Run warm-up with page [130455]
2020-09-03T22:43:55.6086529Z *** Warm-up Client Context
2020-09-03T22:44:16.1871489Z *** Create Client Context
2020-09-03T22:44:16.7022025Z *** Parameter 'testfilter' not compatible with v15, please use 'testsuite' instead.
2020-09-03T22:44:16.7077021Z *** Get Available Tests for suite [DEFAULT] with page [130455]
2020-09-03T22:44:17.5057275Z *** Set [CurrentSuiteName] => [DEFAULT]
2020-09-03T22:44:18.5423121Z *** Run Available Tests for suite [DEFAULT] with page [130455]
2020-09-03T22:44:18.6576708Z *** Connect TestClient with page [130455]
2020-09-03T22:44:19.3443258Z True
2020-09-03T22:44:19.3450797Z *** XUnit Test results: c:\Run\DevOps\TestResults.xml
2020-09-03T22:44:19.3465617Z <?xml version="1.0" encoding="UTF-8"?>
2020-09-03T22:44:19.3465930Z <assemblies />
2020-09-03T22:44:19.3466109Z 
2020-09-03T22:44:19.3563793Z *** Get XUnit Test file from [c:\Run\DevOps\TestResults.xml] to [C:\agent\_work\26\s\TestResults.xml]
2020-09-03T22:44:19.6762062Z ComputerType           : Container
2020-09-03T22:44:19.6762803Z ComputerName           : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:44:19.6764254Z ContainerId            : 1a78fb6292bf2a8f0b7a7a8bbbcd70f6db74ac443565ef6fb6e822472e5c8fa8
2020-09-03T22:44:19.6764615Z VMName                 : 
2020-09-03T22:44:19.6764833Z VMId                   : 
2020-09-03T22:44:19.6765969Z ConfigurationName      : 
2020-09-03T22:44:19.6767129Z InstanceId             : d8bd5757-8da8-480b-ba83-bb9d542c3afd
2020-09-03T22:44:19.6768622Z Id                     : 1
2020-09-03T22:44:19.6770048Z Name                   : WinRM1
2020-09-03T22:44:19.6771695Z Availability           : Available
2020-09-03T22:44:19.6772188Z ApplicationPrivateData : {DebugMode, DebugStop, UnhandledBreakpointMode, PSVersionTable...}
2020-09-03T22:44:19.6773481Z Runspace               : System.Management.Automation.RemoteRunspace
2020-09-03T22:44:19.6774073Z State                  : Opened
2020-09-03T22:44:19.6776137Z IdleTimeout            : -1
2020-09-03T22:44:19.6776442Z OutputBufferingMode    : 
2020-09-03T22:44:19.6777629Z DisconnectedOn         : 
2020-09-03T22:44:19.6778006Z ExpiresOn              : 
2020-09-03T22:44:19.6778219Z 
2020-09-03T22:44:19.6791570Z *** Disconnect Docker session.
2020-09-03T22:44:19.6824620Z *** Docker session removed.
2020-09-03T22:44:19.7053606Z *** Running Tests Completed.
2020-09-03T22:44:19.7202138Z *** Cleanup VSTS Environment: True
2020-09-03T22:44:22.0305649Z ##[section]Finishing: ALOps - Run TestSuite

Expected behavior Codeunit 50100 should been tested.

waldo1001 commented 4 years ago

Hi @DanielGoehler ,

I don't know if this is of any help - but look at this example: https://dev.azure.com/ALOpsWebinars/01_Introduction/_git/WaldoApp-Base

You'll see: 2 apps, 1 repo. an install-codeunit that creates the tests (in this case into the DEFAULT suite) image and the pipeline running that suite: image

makes sense?

DanielGoehler commented 4 years ago

Yes, that was what I needed. Thank you so much!