Method: CloudTest::Core.list_caps
- Defined in:
- lib/cloud_test/core.rb
.list_caps ⇒ Object
print defaults
73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/cloud_test/core.rb', line 73 def self.list_caps # print defaults # this output could be reformatted puts 'These are the defaults:' + """ PROJECT : # name of the folder BUILD : # HEAD commit hash NAME : # HEAD commit message OS : '10' PLATFORM : 'WINDOWS' BROWSER : 'CHROME'""" puts 'Please add additional capabilities in the cloud_test.yml file' end |