fastlane-plugin-xcode_test_reporter 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 888edbfee8eab76f4a361d0681be996bf0000ce19e9cfd194616d9b9fefd62cb
|
|
4
|
+
data.tar.gz: 171693d0f84e4ea228cc02afe4cb8952c34b3227f4be8b0d28e0d20ff5bbb64a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67e36f4b8cf6e78b296233e2cf32315e0b3197b242404935919d2b5e72068292762f6f66194bae35ceedaae0e33cea513352997d1621df3574bdf2997115b02d
|
|
7
|
+
data.tar.gz: 15fa749ac98b39eee5abbf0576b5b30ffb7e72c2b29dad0f7f08ae4c62aad488c45abca6f4f0309e706da544ed1e01a3b1fcfd94abdaf6df9de4152a11d9b071
|
|
@@ -47,17 +47,17 @@ module Fastlane
|
|
|
47
47
|
[
|
|
48
48
|
FastlaneCore::ConfigItem.new(key: :output_directory,
|
|
49
49
|
env_name: "XCODE_TEST_REPORTER_OUTPUT_DIRECTORY",
|
|
50
|
-
description: "Directoy in which the report files should be written to
|
|
50
|
+
description: "Directoy in which the report files should be written to",
|
|
51
51
|
optional: true,
|
|
52
52
|
type: String),
|
|
53
53
|
FastlaneCore::ConfigItem.new(key: :path,
|
|
54
54
|
env_name: "XCODE_TEST_REPORTER_PATH",
|
|
55
|
-
description: "Path containing the plist files
|
|
55
|
+
description: "Path containing the plist files",
|
|
56
56
|
optional: true,
|
|
57
57
|
type: String),
|
|
58
58
|
FastlaneCore::ConfigItem.new(key: :path,
|
|
59
59
|
env_name: "XCODE_TEST_REPORTER_FORMAT",
|
|
60
|
-
description: "The report format to output for (one of 'html', 'junit', or comma-separated values)
|
|
60
|
+
description: "The report format to output for (one of 'html', 'junit', or comma-separated values)",
|
|
61
61
|
default_value: "junit",
|
|
62
62
|
optional: true,
|
|
63
63
|
type: String)
|