Module: Superbot
- Defined in:
- lib/superbot.rb,
lib/superbot/cli.rb,
lib/superbot/web.rb,
lib/superbot/project.rb,
lib/superbot/version.rb,
lib/superbot/capybara/runner.rb,
lib/superbot/cli/new_command.rb,
lib/superbot/cli/run_command.rb,
lib/superbot/cli/validations.rb,
lib/superbot/capybara/convert.rb,
lib/superbot/cli/root_command.rb,
lib/superbot/cli/version_command.rb
Defined Under Namespace
Modules: CLI, Capybara, Validations
Classes: Project, Web
Constant Summary
collapse
- VERSION =
"0.1.4"
Class Method Summary
collapse
Class Method Details
.cloud_timeout ⇒ Object
21
22
23
|
# File 'lib/superbot.rb', line 21
def self.cloud_timeout
CLOUD_TIMEOUT
end
|
.test_run? ⇒ Boolean
13
14
15
|
# File 'lib/superbot.rb', line 13
def self.test_run?
ENV["SUPERBOT_TEST_RUN"] == "true"
end
|
.webdriver_endpoint(type) ⇒ Object
17
18
19
|
# File 'lib/superbot.rb', line 17
def self.webdriver_endpoint(type)
WEBDRIVER_ENDPOINT[type.to_sym]
end
|