Add more logging: #163
109 tests run, 101 passed, 0 skipped, 8 failed.
Annotations
Check failure on line 26 in spec/asana_create_action_item_action_spec.rb
github-actions / Test Report
./spec/asana_create_action_item_action_spec.rb.Fastlane::Actions::AsanaCreateActionItemAction#run correctly builds payload if notes input is given
Failed to create subtask for task: undefined method `gid' for nil
Raw output
Failure/Error: UI.user_error!("Failed to create subtask for task: #{e}")
FastlaneCore::Interface::FastlaneError:
Failed to create subtask for task: undefined method `gid' for nil
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in `user_error!'
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:56:in `rescue in run'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:44:in `run'
./spec/asana_create_action_item_action_spec.rb:73:in `test_action'
./spec/asana_create_action_item_action_spec.rb:26:in `block (3 levels) in <top (required)>'
------------------
--- Caused by: ---
NoMethodError:
undefined method `gid' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:53:in `run'
Check failure on line 36 in spec/asana_create_action_item_action_spec.rb
github-actions / Test Report
./spec/asana_create_action_item_action_spec.rb.Fastlane::Actions::AsanaCreateActionItemAction#run correctly builds payload if html_notes input is given
Failed to create subtask for task: undefined method `gid' for nil
Raw output
Failure/Error: UI.user_error!("Failed to create subtask for task: #{e}")
FastlaneCore::Interface::FastlaneError:
Failed to create subtask for task: undefined method `gid' for nil
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in `user_error!'
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:56:in `rescue in run'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:44:in `run'
./spec/asana_create_action_item_action_spec.rb:73:in `test_action'
./spec/asana_create_action_item_action_spec.rb:36:in `block (3 levels) in <top (required)>'
------------------
--- Caused by: ---
NoMethodError:
undefined method `gid' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:53:in `run'
Check failure on line 50 in spec/asana_create_action_item_action_spec.rb
github-actions / Test Report
./spec/asana_create_action_item_action_spec.rb.Fastlane::Actions::AsanaCreateActionItemAction#run correctly builds payload if template_name input is given
Failed to create subtask for task: undefined method `gid' for nil
Raw output
Failure/Error: UI.user_error!("Failed to create subtask for task: #{e}")
FastlaneCore::Interface::FastlaneError:
Failed to create subtask for task: undefined method `gid' for nil
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in `user_error!'
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:56:in `rescue in run'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:44:in `run'
./spec/asana_create_action_item_action_spec.rb:73:in `test_action'
./spec/asana_create_action_item_action_spec.rb:50:in `block (3 levels) in <top (required)>'
------------------
--- Caused by: ---
NoMethodError:
undefined method `gid' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:53:in `run'
Check failure on line 27 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run extracts assignee id from release task when is scheduled release
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:27:in `block (3 levels) in <top (required)>'
Check failure on line 32 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run takes assignee id from github handle when is manual release
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:32:in `block (3 levels) in <top (required)>'
Check failure on line 42 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run adds an assignee as follower to the automation task
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:42:in `block (3 levels) in <top (required)>'
Check failure on line 48 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run raises an error if adding a collaborator fails
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:48:in `block (3 levels) in <top (required)>'
Check failure on line 60 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run adds a comment to the automation subtask
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:60:in `block (3 levels) in <top (required)>'