Fix deploy integration test (#14) #10
GitHub Actions / Unit Tests Results
succeeded
Jan 6, 2025 in 0s
All 208 tests pass in 1m 10s
Annotations
Check notice on line 0 in .github
github-actions / Unit Tests Results
208 tests found
There are 208 tests, see "Raw output" for the full list of tests.
Raw output
commands ‑ TestAddSecretCmd
commands ‑ TestAddSecretCmd/add
commands ‑ TestAddSecretCmd/add_with_different_password
commands ‑ TestAddSecretCmd/add_with_nil_manifest
commands ‑ TestAddSecretCmd/edit_secret
commands ‑ TestAddSecretCmd/fails_if_missing_name
commands ‑ TestAddSecretCmd/fails_if_the_secret_exists
commands ‑ TestDeployCommand
commands ‑ TestDeployCommand/create
commands ‑ TestDeployCommand/create_with_project_key
commands ‑ TestDeployCommand/fails_if_invalid_timeout
commands ‑ TestDeployCommand/fails_if_timeout_exceeds
commands ‑ TestDeployCommand/should_validate_schedule
commands ‑ TestDeployCommand/update
commands ‑ TestDeployCommand/update_with_removed_secrets
commands ‑ TestDryRun
commands ‑ TestDryRun/fails_if_empty_file_path
commands ‑ TestDryRun/fails_if_invalid_json_from_argument
commands ‑ TestDryRun/fails_if_invalid_json_from_file_argument
commands ‑ TestDryRun/fails_if_invalid_json_from_standard_input
commands ‑ TestDryRun/fails_if_invalid_timeout
commands ‑ TestDryRun/fails_if_missing_file
commands ‑ TestDryRun/fails_if_not_OK_status
commands ‑ TestDryRun/fails_if_timeout_exceeds
commands ‑ TestDryRun/nominal_case
commands ‑ TestDryRun/reads_from_file
commands ‑ TestDryRun/reads_from_stdin
commands ‑ TestDryRun/should_propagate_projectKey
commands ‑ TestEditScheduleCommand
commands ‑ TestEditScheduleCommand/edit_schedule
commands ‑ TestEditScheduleCommand/edit_schedule_for_non-scheduled_worker
commands ‑ TestEditScheduleCommand/edit_schedule_with_empty_cron
commands ‑ TestEditScheduleCommand/edit_schedule_with_invalid_cron
commands ‑ TestEditScheduleCommand/edit_schedule_with_invalid_timezone
commands ‑ TestExecute
commands ‑ TestExecute/execute_from_manifest
commands ‑ TestExecute/execute_with_workerKey
commands ‑ TestExecute/fails_if_empty_file_path
commands ‑ TestExecute/fails_if_invalid_json_from_argument
commands ‑ TestExecute/fails_if_invalid_json_from_file_argument
commands ‑ TestExecute/fails_if_invalid_json_from_standard_input
commands ‑ TestExecute/fails_if_invalid_timeout
commands ‑ TestExecute/fails_if_missing_file
commands ‑ TestExecute/fails_if_not_OK_status
commands ‑ TestExecute/fails_if_not_a_GENERIC_EVENT
commands ‑ TestExecute/fails_if_timeout_exceeds
commands ‑ TestExecute/reads_from_file
commands ‑ TestExecute/reads_from_stdin
commands ‑ TestExecute/should_propagate_projectKey
commands ‑ TestInitCommand
commands ‑ TestInitWorker
commands ‑ TestInitWorker/dont_overwrite_manifest_without_force
commands ‑ TestInitWorker/dont_overwrite_package.json_without_force
commands ‑ TestInitWorker/dont_overwrite_sourceCode_without_force
commands ‑ TestInitWorker/dont_overwrite_testSourceCode_without_force
commands ‑ TestInitWorker/dont_overwrite_tsconfig.json_without_force
commands ‑ TestInitWorker/generate
commands ‑ TestInitWorker/generate/AFTER_BUILD_INFO_SAVE
commands ‑ TestInitWorker/generate/AFTER_BUILD_INFO_SAVE_without_tests
commands ‑ TestInitWorker/generate/AFTER_CREATE
commands ‑ TestInitWorker/generate/AFTER_CREATE_without_tests
commands ‑ TestInitWorker/generate/AFTER_DOWNLOAD
commands ‑ TestInitWorker/generate/AFTER_DOWNLOAD_without_tests
commands ‑ TestInitWorker/generate/AFTER_MOVE
commands ‑ TestInitWorker/generate/AFTER_MOVE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_CREATE
commands ‑ TestInitWorker/generate/BEFORE_CREATE_TOKEN
commands ‑ TestInitWorker/generate/BEFORE_CREATE_TOKEN_without_tests
commands ‑ TestInitWorker/generate/BEFORE_CREATE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_DELETE
commands ‑ TestInitWorker/generate/BEFORE_DELETE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_DOWNLOAD
commands ‑ TestInitWorker/generate/BEFORE_DOWNLOAD_without_tests
commands ‑ TestInitWorker/generate/BEFORE_MOVE
commands ‑ TestInitWorker/generate/BEFORE_MOVE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_PROPERTY_CREATE
commands ‑ TestInitWorker/generate/BEFORE_PROPERTY_CREATE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_PROPERTY_DELETE
commands ‑ TestInitWorker/generate/BEFORE_PROPERTY_DELETE_without_tests
commands ‑ TestInitWorker/generate/BEFORE_REMOTE_INFO
commands ‑ TestInitWorker/generate/BEFORE_REMOTE_INFO_without_tests
commands ‑ TestInitWorker/generate/BEFORE_REVOKE_TOKEN
commands ‑ TestInitWorker/generate/BEFORE_REVOKE_TOKEN_without_tests
commands ‑ TestInitWorker/generate/BEFORE_UPLOAD
commands ‑ TestInitWorker/generate/BEFORE_UPLOAD_without_tests
commands ‑ TestInitWorker/generate/GENERIC_EVENT
commands ‑ TestInitWorker/generate/GENERIC_EVENT_without_tests
commands ‑ TestInitWorker/generate/SCHEDULED_EVENT
commands ‑ TestInitWorker/generate/SCHEDULED_EVENT_without_tests
commands ‑ TestInitWorker/invalid_action
commands ‑ TestInitWorker/missing_action_and_name
commands ‑ TestInitWorker/missing_name
commands ‑ TestInitWorker/overwrite_manifest_with_force
commands ‑ TestInitWorker/overwrite_package.json_with_force
commands ‑ TestInitWorker/overwrite_sourceCode_with_force
commands ‑ TestInitWorker/overwrite_testSourceCode_with_force
commands ‑ TestInitWorker/overwrite_tsconfig.json_with_force
commands ‑ TestInitWorker/should_propagate_projectKey
commands ‑ TestListCommand
commands ‑ TestListCommand/fails_if_invalid_timeout
commands ‑ TestListCommand/fails_if_timeout_exceeds
commands ‑ TestListCommand/list
commands ‑ TestListCommand/list_for_JSON
commands ‑ TestListCommand/list_worker_of_type
commands ‑ TestListCommand/projectKey_is_passed_to_the_request
commands ‑ TestListEventCommand
commands ‑ TestListEventCommand/fails_if_timeout_exceeds
commands ‑ TestListEventCommand/list
commands ‑ TestListEventCommand/should_propagate_projectKey
commands ‑ TestRemoveCommand
commands ‑ TestRemoveCommand/fails_if_invalid_timeout
commands ‑ TestRemoveCommand/fails_if_timeout_exceeds
commands ‑ TestRemoveCommand/undeploy_from_key
commands ‑ TestRemoveCommand/undeploy_from_manifest
common ‑ TestAddExportToTypesDeclarations
common ‑ TestAddExportToTypesDeclarations/export_class
common ‑ TestAddExportToTypesDeclarations/export_const
common ‑ TestAddExportToTypesDeclarations/export_enum
common ‑ TestAddExportToTypesDeclarations/export_interface
common ‑ TestAddExportToTypesDeclarations/export_multiple_types
common ‑ TestAddExportToTypesDeclarations/export_type
common ‑ TestCallWorkerApi
common ‑ TestCallWorkerApi/add_project_key
common ‑ TestCallWorkerApi/add_project_key_amongst_query_params
common ‑ TestCallWorkerApi/add_query_params
common ‑ TestCallWorkerApi/cancel_on_timeout
common ‑ TestCallWorkerApi/process_response
common ‑ TestCallWorkerApi/success
common ‑ TestCallWorkerApi/unexpected_status
common ‑ TestEncryption
common ‑ TestExtractActionUsedTypes
common ‑ TestExtractActionUsedTypes/AFTER_BUILD_INFO_SAVE
common ‑ TestExtractActionUsedTypes/AFTER_CREATE
common ‑ TestExtractActionUsedTypes/AFTER_DOWNLOAD
common ‑ TestExtractActionUsedTypes/AFTER_MOVE
common ‑ TestExtractActionUsedTypes/BEFORE_CREATE
common ‑ TestExtractActionUsedTypes/BEFORE_CREATE_TOKEN
common ‑ TestExtractActionUsedTypes/BEFORE_DELETE
common ‑ TestExtractActionUsedTypes/BEFORE_DOWNLOAD
common ‑ TestExtractActionUsedTypes/BEFORE_MOVE
common ‑ TestExtractActionUsedTypes/BEFORE_PROPERTY_CREATE
common ‑ TestExtractActionUsedTypes/BEFORE_PROPERTY_DELETE
common ‑ TestExtractActionUsedTypes/BEFORE_REMOTE_INFO
common ‑ TestExtractActionUsedTypes/BEFORE_REVOKE_TOKEN
common ‑ TestExtractActionUsedTypes/BEFORE_UPLOAD
common ‑ TestExtractActionUsedTypes/GENERIC_EVENT
common ‑ TestExtractActionUsedTypes/SCHEDULED_EVENT
common ‑ TestExtractTypescriptTypes
common ‑ TestExtractTypescriptTypes/AFTER_BUILD_INFO_SAVE
common ‑ TestExtractTypescriptTypes/AFTER_CREATE
common ‑ TestExtractTypescriptTypes/AFTER_DOWNLOAD
common ‑ TestExtractTypescriptTypes/AFTER_MOVE
common ‑ TestExtractTypescriptTypes/BEFORE_CREATE
common ‑ TestExtractTypescriptTypes/BEFORE_CREATE_TOKEN
common ‑ TestExtractTypescriptTypes/BEFORE_DELETE
common ‑ TestExtractTypescriptTypes/BEFORE_DOWNLOAD
common ‑ TestExtractTypescriptTypes/BEFORE_MOVE
common ‑ TestExtractTypescriptTypes/BEFORE_PROPERTY_CREATE
common ‑ TestExtractTypescriptTypes/BEFORE_PROPERTY_DELETE
common ‑ TestExtractTypescriptTypes/BEFORE_REMOTE_INFO
common ‑ TestExtractTypescriptTypes/BEFORE_REVOKE_TOKEN
common ‑ TestExtractTypescriptTypes/BEFORE_UPLOAD
common ‑ TestExtractTypescriptTypes/GENERIC_EVENT
common ‑ TestExtractTypescriptTypes/SCHEDULED_EVENT
common ‑ TestFetchActions
common ‑ TestFetchActions/propagate_projectKey
common ‑ TestFetchActions/success
common ‑ TestFetchWorkerDetails
common ‑ TestFetchWorkerDetails/no_error_if_not_found
common ‑ TestFetchWorkerDetails/propagate_projectKey
common ‑ TestFetchWorkerDetails/success
common ‑ TestManifest_DecryptSecrets
common ‑ TestManifest_DecryptSecrets/ok
common ‑ TestManifest_DecryptSecrets/with_cleartext_secrets
common ‑ TestManifest_ReadSourceCode
common ‑ TestManifest_ReadSourceCode/missing_source_file
common ‑ TestManifest_ReadSourceCode/nominal_case
common ‑ TestManifest_Validate
common ‑ TestManifest_Validate/invalid_action
common ‑ TestManifest_Validate/missing_action
common ‑ TestManifest_Validate/missing_name
common ‑ TestManifest_Validate/missing_source_code_path
common ‑ TestManifest_Validate/no_action_validation_if_no_actions_metadata
common ‑ TestManifest_Validate/valid
common ‑ TestManifest_ValidateScheduleCriteria
common ‑ TestManifest_ValidateScheduleCriteria/invalid_cron
common ‑ TestManifest_ValidateScheduleCriteria/invalid_timezone
common ‑ TestManifest_ValidateScheduleCriteria/missing_cron
common ‑ TestManifest_ValidateScheduleCriteria/valid
common ‑ TestReadManifest
common ‑ TestReadManifest/in_current_dir
common ‑ TestReadManifest/with_dir_as_argument
common ‑ TestReadManifest/with_missing_manifest
common ‑ Test_cleanImports
common ‑ Test_cleanImports/case_1
common ‑ Test_cleanImports/case_2
common ‑ Test_extractProjectAndKeyFromCommandContext
common ‑ Test_extractProjectAndKeyFromCommandContext/min_arguments_count_not_satisfied
common ‑ Test_extractProjectAndKeyFromCommandContext/only_generic_event_allowed
common ‑ Test_extractProjectAndKeyFromCommandContext/project_and_worker_key_from_args
common ‑ Test_extractProjectAndKeyFromCommandContext/project_and_worker_key_from_manifest
common ‑ Test_validateSecretPassword
common ‑ Test_validateSecretPassword/too_short
common ‑ Test_validateSecretPassword/valid
model ‑ TestGetTimeoutParameter
model ‑ TestGetTimeoutParameter/default
model ‑ TestGetTimeoutParameter/invalid
model ‑ TestGetTimeoutParameter/valid
Loading