Add include/exclude filters to application version creation #54
GitHub Actions / Unit Tests Results
succeeded
Dec 10, 2025 in 0s
All 202 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Unit Tests Results
202 tests found
There are 202 tests, see "Raw output" for the full list of tests.
Raw output
github.com/jfrog/jfrog-cli-application/apptrust/app ‑ TestGetApplicationService
github.com/jfrog/jfrog-cli-application/apptrust/app ‑ TestGetConfig
github.com/jfrog/jfrog-cli-application/apptrust/app ‑ TestGetSystemService
github.com/jfrog/jfrog-cli-application/apptrust/app ‑ TestGetVersionService
github.com/jfrog/jfrog-cli-application/apptrust/app ‑ TestNewAppContext
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Error_SpecAndFlags
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_MissingProjectFlag
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_Flags
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_FullSpecFile
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile/invalid_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile/minimal_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile/missing_project_key
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile/non-existent_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecFile/spec_with_application_key_that_should_be_ignored
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_Run_SpecVars
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestCreateAppCommand_WrongNumberOfArguments
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestDeleteAppCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestDeleteAppCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestDeleteAppCommand_WrongNumberOfArguments
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestUpdateAppCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestUpdateAppCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/application ‑ TestUpdateAppCommand_WrongNumberOfArguments
github.com/jfrog/jfrog-cli-application/apptrust/commands/package ‑ TestBindPackageCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/package ‑ TestBindPackageCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/package ‑ TestUnbindPackageCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/package ‑ TestUnbindPackageCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice/entries_with_extra_parts
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice/multiple_entries
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice/single_entry
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseDelimitedSlice/trailing_separator
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/missing_key
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/missing_value
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/multiple_pairs
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/no_equal_sign
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/pairs_with_spaces
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseMapFlag/single_pair
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/multiple_pairs
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/single_pair
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/spaces
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseNameVersionPairs/too_many_parts
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseSliceFlag
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseSliceFlag/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseSliceFlag/multiple_values
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseSliceFlag/single_value
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestParseSliceFlag/values_with_spaces
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestValidateEnumFlag
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestValidateEnumFlag/empty_value_with_default
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestValidateEnumFlag/invalid_value_with_default
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestValidateEnumFlag/invalid_value_without_default
github.com/jfrog/jfrog-cli-application/apptrust/commands/utils ‑ TestValidateEnumFlag/valid_value
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand/context_error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand/success
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_FlagsSuite
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_FlagsSuite/all_flags
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_FlagsSuite/empty_flags
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_FlagsSuite/spec-vars_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_FlagsSuite/spec_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecAndFlags_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/all_sources_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/artifacts_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/empty_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/invalid_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/minimal_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestCreateAppVersionCommand_SpecFileSuite/unknown_fields_in_spec_file
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestDeleteAppVersionCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestDeleteAppVersionCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseArtifacts
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseArtifacts/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseArtifacts/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseArtifacts/missing_path_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseArtifacts/multiple_artifacts
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/invalid_include_deps_value
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/missing_id_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/missing_name_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseBuilds/multiple_builds
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/missing_name_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/missing_repo-key_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/missing_type_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/missing_version_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParsePackages/multiple_packages
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/missing_name_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/missing_version_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/multiple_release_bundles
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseReleaseBundles/with_project-key_and_repo-key
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions/empty_string
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions/invalid_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions/missing_application-key_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions/missing_version_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestParseSourceVersions/multiple_source_versions
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestPromoteAppVersionCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestPromoteAppVersionCommand_Run/sync_flag_false
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestPromoteAppVersionCommand_Run/sync_flag_true
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestPromoteAppVersionCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestReleaseAppVersionCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestReleaseAppVersionCommand_Run/sync_flag_false
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestReleaseAppVersionCommand_Run/sync_flag_true
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestReleaseAppVersionCommand_Run_Error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestRollbackAppVersionCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestRollbackAppVersionCommand_Run/failed_rollback
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestRollbackAppVersionCommand_Run/successful_rollback_with_sync=false
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestRollbackAppVersionCommand_Run/successful_rollback_with_sync=true
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/combined_update
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/delete_properties_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/empty_properties_(clears_values)
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/empty_property_key
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/empty_tag_(removes_tag)
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/invalid_property_format
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/properties_only_-_multiple_properties
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/properties_only_-_multiple_values
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/properties_only_-_single_value
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_FlagsSuite/tag_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_Run
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_Run/context_error
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestUpdateAppVersionCommand_Run/success
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext/no_source_flags
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext/valid_context_with_artifacts_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext/valid_context_with_builds_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext/valid_context_with_packages_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateCreateAppVersionContext/valid_context_with_spec_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/other_flags_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_only
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_with_application_versions_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_with_artifacts_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_with_builds_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_with_packages_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateNoSpecAndFlagsTogether/spec_flag_with_release_bundles_flag
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateRequiredFieldsInMap
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateRequiredFieldsInMap/all_required_fields_present
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateRequiredFieldsInMap/missing_field
github.com/jfrog/jfrog-cli-application/apptrust/commands/version ‑ TestValidateRequiredFieldsInMap/nil_map
github.com/jfrog/jfrog-cli-application/apptrust/service ‑ TestGetHttpClient
github.com/jfrog/jfrog-cli-application/apptrust/service ‑ TestGetServerDetails
github.com/jfrog/jfrog-cli-application/apptrust/service ‑ TestNewContext
github.com/jfrog/jfrog-cli-application/apptrust/service/applications ‑ TestApplicationService_CreateApplication
github.com/jfrog/jfrog-cli-application/apptrust/service/applications ‑ TestApplicationService_CreateApplication/CreateApplication_failed_with_error
github.com/jfrog/jfrog-cli-application/apptrust/service/applications ‑ TestApplicationService_CreateApplication/CreateApplication_failed_with_non-201_status_code
github.com/jfrog/jfrog-cli-application/apptrust/service/applications ‑ TestApplicationService_CreateApplication/CreateApplication_successful
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestBindPackage
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestBindPackage/failed_with_non-200_status_code
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestBindPackage/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestBindPackage/success
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestUnbindPackage
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestUnbindPackage/failed_with_non-200_status_code
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestUnbindPackage/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestUnbindPackage/special_characters_in_package_name
github.com/jfrog/jfrog-cli-application/apptrust/service/packages ‑ TestUnbindPackage/success
github.com/jfrog/jfrog-cli-application/apptrust/service/systems ‑ TestSystemService_Ping
github.com/jfrog/jfrog-cli-application/apptrust/service/systems ‑ TestSystemService_Ping/Ping_failed_with_error
github.com/jfrog/jfrog-cli-application/apptrust/service/systems ‑ TestSystemService_Ping/Ping_failed_with_non-200_status_code
github.com/jfrog/jfrog-cli-application/apptrust/service/systems ‑ TestSystemService_Ping/Ping_successful
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestCreateAppVersion
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestCreateAppVersion/failure
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestCreateAppVersion/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestCreateAppVersion/success
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestPromoteAppVersion
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestPromoteAppVersion/failure
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestPromoteAppVersion/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestPromoteAppVersion/success_with_sync=false
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestPromoteAppVersion/success_with_sync=true
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestReleaseAppVersion
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestReleaseAppVersion/failure
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestReleaseAppVersion/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestReleaseAppVersion/success_with_sync=false
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestReleaseAppVersion/success_with_sync=true
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion/failed_rollback_-_bad_request
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion/failed_rollback_-_sync=false_but_got_200
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion/failed_rollback_-_sync=true_but_got_202
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion/successful_rollback_with_sync=false
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestRollbackAppVersion/successful_rollback_with_sync=true
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/failure_-_400
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/failure_-_404
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/http_client_error
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/success_-_combined_update
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/success_-_delete_properties_only
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/success_-_properties_only
github.com/jfrog/jfrog-cli-application/apptrust/service/versions ‑ TestUpdateAppVersion/success_-_tag_only
Loading