Skip to content
GitHub Actions / Test - Results - windows-latest succeeded Jun 17, 2024 in 0s

218 passed, 0 failed and 18 skipped

Tests passed successfully

Report Passed Failed Skipped Time
runneradmin_fv-az980-155_2024-06-17_22_45_04.trx 108βœ… 10βšͺ 3s
runneradmin_fv-az980-155_2024-06-17_22_45_15.trx 110βœ… 8βšͺ 3s

βœ…Β runneradmin_fv-az980-155_2024-06-17_22_45_04.trx

118 tests were completed in 3s with 108 passed, 0 failed and 10 skipped.

Test suite Passed Failed Skipped Time
MSStore.CLI.UnitTests.AppsCommandUnitTests 4βœ… 409ms
MSStore.CLI.UnitTests.CredentialManagerUnixTests 2βšͺ 7ms
MSStore.CLI.UnitTests.EmptyCommandUnitTests 4βœ… 93ms
MSStore.CLI.UnitTests.ExternalCommandExecutorTests 1βœ… 31ms
MSStore.CLI.UnitTests.FlightsCommandUnitTests 1βœ… 12ms
MSStore.CLI.UnitTests.GraphClientTests 2βœ… 37ms
MSStore.CLI.UnitTests.InitCommandUnitTests 2βœ… 45ms
MSStore.CLI.UnitTests.PackageCommandUnitTests 13βœ… 8βšͺ 457ms
MSStore.CLI.UnitTests.ProductTypeHelperTests 4βœ… 1ms
MSStore.CLI.UnitTests.ProjectConfiguratorFactoryTests 10βœ… 124ms
MSStore.CLI.UnitTests.ProjectConfiguratorTests 18βœ… 460ms
MSStore.CLI.UnitTests.PublishCommandUnitTests 11βœ… 250ms
MSStore.CLI.UnitTests.ReconfigureCommandUnitTests 7βœ… 74ms
MSStore.CLI.UnitTests.SetPublisherDisplayNameCommandUnitTests 2βœ… 32ms
MSStore.CLI.UnitTests.SettingsCommandUnitTests 3βœ… 26ms
MSStore.CLI.UnitTests.SubmissionCommandPackagedUnitTests 9βœ… 144ms
MSStore.CLI.UnitTests.SubmissionCommandUnpackagedUnitTests 8βœ… 106ms
MSStore.CLI.UnitTests.TelemetryUnitTests 3βœ… 20ms
MSStore.CLI.UnitTests.VersionExtensionsUnitTests 6βœ… 1ms

βœ…Β MSStore.CLI.UnitTests.AppsCommandUnitTests

βœ… AppsGetCommandIsNotSupportedForUnpackagedApps
βœ… AppsGetCommandShouldReturnErrorIfNonExistingApp
βœ… AppsGetCommandShouldReturnZeroIfExistingApp
βœ… AppsListCommandShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.CredentialManagerUnixTests

βšͺ CredentialManagerUnix_ReadCredential_ShouldReturnEmpty
βšͺ CredentialManagerUnix_WriteCredential_ShouldPersist

βœ…Β MSStore.CLI.UnitTests.EmptyCommandUnitTests

βœ… EmptyCommandShouldReturnZeroIfLoggedIn
βœ… EmptyCommandShouldReturnZeroIfNotSignedIn
βœ… InfoCommandShouldReturnZero
βœ… InfoCommandShouldReturnZeroWithCert

βœ…Β MSStore.CLI.UnitTests.ExternalCommandExecutorTests

βœ… ExternalCommandExecutorRunsCommand

βœ…Β MSStore.CLI.UnitTests.FlightsCommandUnitTests

βœ… FlightsListCommandShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.GraphClientTests

βœ… GraphClientShouldCreateApps
βœ… GraphClientShouldReturnApps

βœ…Β MSStore.CLI.UnitTests.InitCommandUnitTests

βœ… InitCommandShouldOpenBrowserIfNotRegistered
βœ… InitCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.PackageCommandUnitTests

βœ… PackageCommandForElectronNpmAppsShouldCallElectronNpm
βœ… PackageCommandForElectronYarnAppsShouldCallElectronYarn
βœ… PackageCommandForFlutterAppsShouldCallFlutter
βœ… PackageCommandForFlutterAppsShouldCallFlutterWithOutputParameter
βœ… PackageCommandForMauiAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForMauiAppsShouldCallMSBuildWithOutputParameterIfWindows
βœ… PackageCommandForReactNativeNpmAppsShouldCallMSBuild (Npm)
βœ… PackageCommandForReactNativeNpmAppsShouldCallMSBuild (Yarn)
βœ… PackageCommandForUWPAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForUWPAppsShouldCallMSBuildWithOutputParameterIfWindows
βœ… PackageCommandForWinUIAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForWinUIAppsShouldCallMSBuildWithOutputParameterIfWindows
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-1,UWPProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-1,WinUIProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ElectronProject,Npm)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ElectronProject,Yarn)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,FlutterProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,MauiProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ReactNativeProject,Npm)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ReactNativeProject,Yarn)
βœ… PackageCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.ProductTypeHelperTests

βœ… Test_ProductTypeHelper_Solve_Packaged (1)
βœ… Test_ProductTypeHelper_Solve_Packaged (12345678-1234-1234-1234-12345678901)
βœ… Test_ProductTypeHelper_Solve_Packaged (1234567890)
βœ… Test_ProductTypeHelper_Solve_Unpackaged

βœ…Β MSStore.CLI.UnitTests.ProjectConfiguratorFactoryTests

βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ElectronProjectConfigurator,ElectronProject,Npm)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ElectronProjectConfigurator,ElectronProject,Yarn)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.FlutterProjectConfigurator,FlutterProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.MauiProjectConfigurator,MauiProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ReactNativeProjectConfigurator,ReactNativeProject,Npm)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ReactNativeProjectConfigurator,ReactNativeProject,Yarn)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.UWPProjectConfigurator,UWPProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.WinUIProjectConfigurator,WinUIProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (https://store.microsoft.com,MSStore.CLI.ProjectConfigurators.PWAProjectConfigurator)
βœ… ProjectConfiguratorFactoryFindsURLProperly (https://www.microsoft.com,MSStore.CLI.ProjectConfigurators.PWAProjectConfigurator)

βœ…Β MSStore.CLI.UnitTests.ProjectConfiguratorTests

βœ… ProjectConfiguratorFailsToParsePWAIfNotPublishAndNotOutput
βœ… ProjectConfiguratorParserPWAShouldNotCallPartnerCenterAPIIfPublisherNameIsProvided
βœ… ProjectConfiguratorParsesAlreadyConfiguredElectronNpmProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredElectronYarnProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredFlutterProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredReactNativeNpmProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredReactNativeYarnProject
βœ… ProjectConfiguratorParsesElectronNpmProject
βœ… ProjectConfiguratorParsesElectronYarnProject
βœ… ProjectConfiguratorParsesFlutterProject
βœ… ProjectConfiguratorParsesMauiProject
βœ… ProjectConfiguratorParsesPWASuccessfullyIfOnCIIfPublish
βœ… ProjectConfiguratorParsesPWASuccessfullyIfOutput
βœ… ProjectConfiguratorParsesPWASuccessfullyIfPublish
βœ… ProjectConfiguratorParsesReactNativeNpmProject
βœ… ProjectConfiguratorParsesReactNativeYarnProject
βœ… ProjectConfiguratorParsesUWPProject
βœ… ProjectConfiguratorParsesWinUIProject

βœ…Β MSStore.CLI.UnitTests.PublishCommandUnitTests

βœ… PublishCommandForElectronAppsShouldCallElectron (Npm)
βœ… PublishCommandForElectronAppsShouldCallElectron (Yarn)
βœ… PublishCommandForFlutterAppsShouldCallFlutter
βœ… PublishCommandForMauiAppsShouldCallMSBuildIfWindows
βœ… PublishCommandForMSIXAppsShouldSucceed
βœ… PublishCommandForMSIXAppsWithNoCommitShouldNotCommit
βœ… PublishCommandForReactNativeAppsShouldUploadAppxUpload (Npm)
βœ… PublishCommandForReactNativeAppsShouldUploadAppxUpload (Yarn)
βœ… PublishCommandForUWPAppsShouldCallMSBuildIfWindows
βœ… PublishCommandForWinUIAppsShouldCallMSBuildIfWindows
βœ… PublishCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.ReconfigureCommandUnitTests

βœ… ReconfigureCommandShouldReturnZero
βœ… ReconfigureCommandWithAllInfoAndCertPathShouldReturnZero
βœ… ReconfigureCommandWithAllInfoAndCertThumbprintShouldReturnZero
βœ… ReconfigureCommandWithAllInfoShouldReturnZero
βœ… ReconfigureCommandWithCredentialsAndTenantShouldCallTokenManagerIfGraphIsDisabled
βœ… ReconfigureCommandWithCredentialsAndTenantShouldNotCallTokenManagerIfGraphIsEnabled
βœ… ReconfigureCommandWithCredentialsShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.SetPublisherDisplayNameCommandUnitTests

βœ… InitCommandUsesPublisherDisplayNameFromSettings
βœ… SetPublisherDisplayNameCommandShouldSaveSettings

βœ…Β MSStore.CLI.UnitTests.SettingsCommandUnitTests

βœ… SettingsCommandShouldSetTelemetrySettingToFalse
βœ… SettingsCommandShouldSetTelemetrySettingToTrue
βœ… SettingsCommandWithNoParametersShouldReturnZeroAndShowHelp

βœ…Β MSStore.CLI.UnitTests.SubmissionCommandPackagedUnitTests

βœ… PackagedSubmissionDeleteCommand
βœ… PackagedSubmissionGetCommand
βœ… PackagedSubmissionGetListingAssetsCommand
βœ… PackagedSubmissionPollCommand
βœ… PackagedSubmissionPublishCommand
βœ… PackagedSubmissionStatusCommand
βœ… PackagedSubmissionUpdateCommand
βœ… PackagedSubmissionUpdateMetadataCommand
βœ… SubmissionCommandWithNoParameter

βœ…Β MSStore.CLI.UnitTests.SubmissionCommandUnpackagedUnitTests

βœ… UnpackagedSubmissionDeleteCommand
βœ… UnpackagedSubmissionGetCommand
βœ… UnpackagedSubmissionGetListingAssetsCommand
βœ… UnpackagedSubmissionPollCommand
βœ… UnpackagedSubmissionPublishCommand
βœ… UnpackagedSubmissionStatusCommand
βœ… UnpackagedSubmissionUpdateCommand
βœ… UnpackagedSubmissionUpdateMetadataCommand

βœ…Β MSStore.CLI.UnitTests.TelemetryUnitTests

βœ… EmptyCommandFirstRunShouldHavePrivacyLinkIfNotSignedIn
βœ… EmptyCommandFirstRunShouldHavePrivacyLinkIfSignedIn
βœ… TelemetryConfigurationLoadsAsync

βœ…Β MSStore.CLI.UnitTests.VersionExtensionsUnitTests

βœ… ToVersionStringTests (1,2,,,False,1.2.0.0)
βœ… ToVersionStringTests (1,2,,,True,1.2.0)
βœ… ToVersionStringTests (1,2,3,,False,1.2.3.0)
βœ… ToVersionStringTests (1,2,3,,True,1.2.3)
βœ… ToVersionStringTests (1,2,3,4,False,1.2.3.4)
βœ… ToVersionStringTests (1,2,3,4,True,1.2.3)

βœ…Β runneradmin_fv-az980-155_2024-06-17_22_45_15.trx

118 tests were completed in 3s with 110 passed, 0 failed and 8 skipped.

Test suite Passed Failed Skipped Time
MSStore.CLI.UnitTests.AppsCommandUnitTests 4βœ… 404ms
MSStore.CLI.UnitTests.CredentialManagerWindowsTests 2βœ… 24ms
MSStore.CLI.UnitTests.EmptyCommandUnitTests 4βœ… 98ms
MSStore.CLI.UnitTests.ExternalCommandExecutorTests 1βœ… 29ms
MSStore.CLI.UnitTests.FlightsCommandUnitTests 1βœ… 13ms
MSStore.CLI.UnitTests.GraphClientTests 2βœ… 37ms
MSStore.CLI.UnitTests.InitCommandUnitTests 2βœ… 46ms
MSStore.CLI.UnitTests.PackageCommandUnitTests 13βœ… 8βšͺ 400ms
MSStore.CLI.UnitTests.ProductTypeHelperTests 4βœ… 1ms
MSStore.CLI.UnitTests.ProjectConfiguratorFactoryTests 10βœ… 113ms
MSStore.CLI.UnitTests.ProjectConfiguratorTests 18βœ… 465ms
MSStore.CLI.UnitTests.PublishCommandUnitTests 11βœ… 247ms
MSStore.CLI.UnitTests.ReconfigureCommandUnitTests 7βœ… 89ms
MSStore.CLI.UnitTests.SetPublisherDisplayNameCommandUnitTests 2βœ… 21ms
MSStore.CLI.UnitTests.SettingsCommandUnitTests 3βœ… 25ms
MSStore.CLI.UnitTests.SubmissionCommandPackagedUnitTests 9βœ… 140ms
MSStore.CLI.UnitTests.SubmissionCommandUnpackagedUnitTests 8βœ… 104ms
MSStore.CLI.UnitTests.TelemetryUnitTests 3βœ… 21ms
MSStore.CLI.UnitTests.VersionExtensionsUnitTests 6βœ… 1ms

βœ…Β MSStore.CLI.UnitTests.AppsCommandUnitTests

βœ… AppsGetCommandIsNotSupportedForUnpackagedApps
βœ… AppsGetCommandShouldReturnErrorIfNonExistingApp
βœ… AppsGetCommandShouldReturnZeroIfExistingApp
βœ… AppsListCommandShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.CredentialManagerWindowsTests

βœ… CredentialManagerWindows_ReadCredential_ShouldReturnEmpty
βœ… CredentialManagerWindows_WriteCredential_ShouldPersist

βœ…Β MSStore.CLI.UnitTests.EmptyCommandUnitTests

βœ… EmptyCommandShouldReturnZeroIfLoggedIn
βœ… EmptyCommandShouldReturnZeroIfNotSignedIn
βœ… InfoCommandShouldReturnZero
βœ… InfoCommandShouldReturnZeroWithCert

βœ…Β MSStore.CLI.UnitTests.ExternalCommandExecutorTests

βœ… ExternalCommandExecutorRunsCommand

βœ…Β MSStore.CLI.UnitTests.FlightsCommandUnitTests

βœ… FlightsListCommandShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.GraphClientTests

βœ… GraphClientShouldCreateApps
βœ… GraphClientShouldReturnApps

βœ…Β MSStore.CLI.UnitTests.InitCommandUnitTests

βœ… InitCommandShouldOpenBrowserIfNotRegistered
βœ… InitCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.PackageCommandUnitTests

βœ… PackageCommandForElectronNpmAppsShouldCallElectronNpm
βœ… PackageCommandForElectronYarnAppsShouldCallElectronYarn
βœ… PackageCommandForFlutterAppsShouldCallFlutter
βœ… PackageCommandForFlutterAppsShouldCallFlutterWithOutputParameter
βœ… PackageCommandForMauiAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForMauiAppsShouldCallMSBuildWithOutputParameterIfWindows
βœ… PackageCommandForReactNativeNpmAppsShouldCallMSBuild (Npm)
βœ… PackageCommandForReactNativeNpmAppsShouldCallMSBuild (Yarn)
βœ… PackageCommandForUWPAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForUWPAppsShouldCallMSBuildWithOutputParameterIfWindows
βœ… PackageCommandForWinUIAppsShouldCallMSBuildIfWindows
βœ… PackageCommandForWinUIAppsShouldCallMSBuildWithOutputParameterIfWindows
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-1,UWPProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-1,WinUIProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ElectronProject,Npm)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ElectronProject,Yarn)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,FlutterProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,MauiProject)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ReactNativeProject,Npm)
βšͺ PackageCommandShouldNotWorkIfNotWindowsOnSpecificPlatforms (-6,ReactNativeProject,Yarn)
βœ… PackageCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.ProductTypeHelperTests

βœ… Test_ProductTypeHelper_Solve_Packaged (1)
βœ… Test_ProductTypeHelper_Solve_Packaged (12345678-1234-1234-1234-12345678901)
βœ… Test_ProductTypeHelper_Solve_Packaged (1234567890)
βœ… Test_ProductTypeHelper_Solve_Unpackaged

βœ…Β MSStore.CLI.UnitTests.ProjectConfiguratorFactoryTests

βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ElectronProjectConfigurator,ElectronProject,Npm)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ElectronProjectConfigurator,ElectronProject,Yarn)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.FlutterProjectConfigurator,FlutterProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.MauiProjectConfigurator,MauiProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ReactNativeProjectConfigurator,ReactNativeProject,Npm)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.ReactNativeProjectConfigurator,ReactNativeProject,Yarn)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.UWPProjectConfigurator,UWPProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (,MSStore.CLI.ProjectConfigurators.WinUIProjectConfigurator,WinUIProject)
βœ… ProjectConfiguratorFactoryFindsURLProperly (https://store.microsoft.com,MSStore.CLI.ProjectConfigurators.PWAProjectConfigurator)
βœ… ProjectConfiguratorFactoryFindsURLProperly (https://www.microsoft.com,MSStore.CLI.ProjectConfigurators.PWAProjectConfigurator)

βœ…Β MSStore.CLI.UnitTests.ProjectConfiguratorTests

βœ… ProjectConfiguratorFailsToParsePWAIfNotPublishAndNotOutput
βœ… ProjectConfiguratorParserPWAShouldNotCallPartnerCenterAPIIfPublisherNameIsProvided
βœ… ProjectConfiguratorParsesAlreadyConfiguredElectronNpmProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredElectronYarnProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredFlutterProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredReactNativeNpmProject
βœ… ProjectConfiguratorParsesAlreadyConfiguredReactNativeYarnProject
βœ… ProjectConfiguratorParsesElectronNpmProject
βœ… ProjectConfiguratorParsesElectronYarnProject
βœ… ProjectConfiguratorParsesFlutterProject
βœ… ProjectConfiguratorParsesMauiProject
βœ… ProjectConfiguratorParsesPWASuccessfullyIfOnCIIfPublish
βœ… ProjectConfiguratorParsesPWASuccessfullyIfOutput
βœ… ProjectConfiguratorParsesPWASuccessfullyIfPublish
βœ… ProjectConfiguratorParsesReactNativeNpmProject
βœ… ProjectConfiguratorParsesReactNativeYarnProject
βœ… ProjectConfiguratorParsesUWPProject
βœ… ProjectConfiguratorParsesWinUIProject

βœ…Β MSStore.CLI.UnitTests.PublishCommandUnitTests

βœ… PublishCommandForElectronAppsShouldCallElectron (Npm)
βœ… PublishCommandForElectronAppsShouldCallElectron (Yarn)
βœ… PublishCommandForFlutterAppsShouldCallFlutter
βœ… PublishCommandForMauiAppsShouldCallMSBuildIfWindows
βœ… PublishCommandForMSIXAppsShouldSucceed
βœ… PublishCommandForMSIXAppsWithNoCommitShouldNotCommit
βœ… PublishCommandForReactNativeAppsShouldUploadAppxUpload (Npm)
βœ… PublishCommandForReactNativeAppsShouldUploadAppxUpload (Yarn)
βœ… PublishCommandForUWPAppsShouldCallMSBuildIfWindows
βœ… PublishCommandForWinUIAppsShouldCallMSBuildIfWindows
βœ… PublishCommandShouldUseDefaultDirectoryIfNoArgument

βœ…Β MSStore.CLI.UnitTests.ReconfigureCommandUnitTests

βœ… ReconfigureCommandShouldReturnZero
βœ… ReconfigureCommandWithAllInfoAndCertPathShouldReturnZero
βœ… ReconfigureCommandWithAllInfoAndCertThumbprintShouldReturnZero
βœ… ReconfigureCommandWithAllInfoShouldReturnZero
βœ… ReconfigureCommandWithCredentialsAndTenantShouldCallTokenManagerIfGraphIsDisabled
βœ… ReconfigureCommandWithCredentialsAndTenantShouldNotCallTokenManagerIfGraphIsEnabled
βœ… ReconfigureCommandWithCredentialsShouldReturnZero

βœ…Β MSStore.CLI.UnitTests.SetPublisherDisplayNameCommandUnitTests

βœ… InitCommandUsesPublisherDisplayNameFromSettings
βœ… SetPublisherDisplayNameCommandShouldSaveSettings

βœ…Β MSStore.CLI.UnitTests.SettingsCommandUnitTests

βœ… SettingsCommandShouldSetTelemetrySettingToFalse
βœ… SettingsCommandShouldSetTelemetrySettingToTrue
βœ… SettingsCommandWithNoParametersShouldReturnZeroAndShowHelp

βœ…Β MSStore.CLI.UnitTests.SubmissionCommandPackagedUnitTests

βœ… PackagedSubmissionDeleteCommand
βœ… PackagedSubmissionGetCommand
βœ… PackagedSubmissionGetListingAssetsCommand
βœ… PackagedSubmissionPollCommand
βœ… PackagedSubmissionPublishCommand
βœ… PackagedSubmissionStatusCommand
βœ… PackagedSubmissionUpdateCommand
βœ… PackagedSubmissionUpdateMetadataCommand
βœ… SubmissionCommandWithNoParameter

βœ…Β MSStore.CLI.UnitTests.SubmissionCommandUnpackagedUnitTests

βœ… UnpackagedSubmissionDeleteCommand
βœ… UnpackagedSubmissionGetCommand
βœ… UnpackagedSubmissionGetListingAssetsCommand
βœ… UnpackagedSubmissionPollCommand
βœ… UnpackagedSubmissionPublishCommand
βœ… UnpackagedSubmissionStatusCommand
βœ… UnpackagedSubmissionUpdateCommand
βœ… UnpackagedSubmissionUpdateMetadataCommand

βœ…Β MSStore.CLI.UnitTests.TelemetryUnitTests

βœ… EmptyCommandFirstRunShouldHavePrivacyLinkIfNotSignedIn
βœ… EmptyCommandFirstRunShouldHavePrivacyLinkIfSignedIn
βœ… TelemetryConfigurationLoadsAsync

βœ…Β MSStore.CLI.UnitTests.VersionExtensionsUnitTests

βœ… ToVersionStringTests (1,2,,,False,1.2.0.0)
βœ… ToVersionStringTests (1,2,,,True,1.2.0)
βœ… ToVersionStringTests (1,2,3,,False,1.2.3.0)
βœ… ToVersionStringTests (1,2,3,,True,1.2.3)
βœ… ToVersionStringTests (1,2,3,4,False,1.2.3.4)
βœ… ToVersionStringTests (1,2,3,4,True,1.2.3)