fastlane-plugin-saucectl 0.1.0.pre.beta.2 → 0.1.2.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e57867e9ee59c0310b1a657cc77cedad2b6ecd0e7baa01cb03b4862198790b0
4
- data.tar.gz: e1e6583d43e376f642cec87a05d8cc8cd67d542878b142d8baa0bbac985d4ff9
3
+ metadata.gz: 2bb0bc0c918e497c8c4ec0d560635d0a059bed8d5456c6df34f33a5aa626d9ba
4
+ data.tar.gz: 9f4626de2b041b65e8fd0882726f29ef1053ed8054499a704b13ca96773300fc
5
5
  SHA512:
6
- metadata.gz: 74976f753280b80f14e02865179eafb767066988bfbb4ac59ff4cf9564468d29ce4a7bde7b11a642d5d03ceba8a592bcfe955479985387a763799d8d1cd6b747
7
- data.tar.gz: 85ab453571d3de28d56e6ed9460708d3f5e40af21e2a1f1d24987b26caa2a9ea68e556df0080154dc2389ffe13dd7743b4b5d00bcc3c99c5a215d57cb6923806
6
+ metadata.gz: 14a4fdcd1d5ce125a1d08af53d51f5c82fcc44cdd4dbab14e315cd6b417daedd41d7c7be6c3a8d420211b6697bf340e40fb1749331f6aff34db9c930f4365967
7
+ data.tar.gz: c07918fee9b5067146ea9b840d11c495218bb21229cf22221ed217a25574beacfba97902fffb4fc24484d13d1a89a267dcc4d1524d2946e1db7a026166e96380
@@ -32,6 +32,10 @@ module Fastlane
32
32
  "Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports"
33
33
  end
34
34
 
35
+ def self.details
36
+ "Fetches any disabled ui test cases (for android searches for @Ignore tests, and for ios skipped tests within an xcode test plan). Will be used in future for generating pretty HTML reports"
37
+ end
38
+
35
39
  def self.available_options
36
40
  [
37
41
  FastlaneCore::ConfigItem.new(key: :platform,
@@ -3,7 +3,7 @@ require_relative '../helper/installer'
3
3
 
4
4
  module Fastlane
5
5
  module Actions
6
- class InstallToolkitAction < Action
6
+ class InstallSaucectlAction < Action
7
7
  def self.run(param = '')
8
8
  UI.message("Installing saucectl 🤖 🚀")
9
9
  installer = Saucectl::Installer.new
@@ -14,6 +14,10 @@ module Fastlane
14
14
  "Installs the Sauce Labs saucectl cli binary"
15
15
  end
16
16
 
17
+ def self.details
18
+ "Installs the Sauce Labs saucectl cli binary"
19
+ end
20
+
17
21
  def self.authors
18
22
  ["Ian Hamilton"]
19
23
  end
@@ -13,6 +13,10 @@ module Fastlane
13
13
  "Execute automated tests on sauce labs platform via saucectl binary for specified configuration"
14
14
  end
15
15
 
16
+ def self.details
17
+ "Execute automated tests on sauce labs platform via saucectl binary for specified configuration"
18
+ end
19
+
16
20
  def self.available_options
17
21
  [
18
22
  FastlaneCore::ConfigItem.new(key: :sauce_username,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Saucectl
3
- VERSION = "0.1.0-beta.2"
3
+ VERSION = "0.1.2.pre"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-saucectl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.beta.2
4
+ version: 0.1.2.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hamilton
@@ -173,7 +173,7 @@ files:
173
173
  - lib/fastlane/plugin/saucectl.rb
174
174
  - lib/fastlane/plugin/saucectl/actions/delete_from_storage_action.rb
175
175
  - lib/fastlane/plugin/saucectl/actions/disabled_tests_action.rb
176
- - lib/fastlane/plugin/saucectl/actions/install_toolkit_action.rb
176
+ - lib/fastlane/plugin/saucectl/actions/install_saucectl_action.rb
177
177
  - lib/fastlane/plugin/saucectl/actions/sauce_apps_action.rb
178
178
  - lib/fastlane/plugin/saucectl/actions/sauce_config_action.rb
179
179
  - lib/fastlane/plugin/saucectl/actions/sauce_devices_action.rb