Class: Superbot::Cloud::CLI::Schedule::CreateCommand
- Inherits:
-
BaseCommand
- Object
- Clamp::Command
- LoginRequiredCommand
- OrganizationBasedCommand
- BaseCommand
- Superbot::Cloud::CLI::Schedule::CreateCommand
- Defined in:
- lib/superbot/cloud/cli/schedule/create_command.rb
Instance Method Summary collapse
Methods inherited from LoginRequiredCommand
Methods included from Validations
Instance Method Details
#execute ⇒ Object
17 18 19 |
# File 'lib/superbot/cloud/cli/schedule/create_command.rb', line 17 def execute schedule_test end |
#schedule_params ⇒ Object
26 27 28 29 30 31 32 33 34 35 36 37 38 |
# File 'lib/superbot/cloud/cli/schedule/create_command.rb', line 26 def schedule_params { test_name: name, region: region, organization_name: organization, parallel: bots, bots_delay: bots_delay, starts_at: starts_at, loop: loop_count, webdriver_api: !local_webdriver?, base_url: base_url }.compact end |