fastlane-plugin-appcircle_testing_distribution 0.1.1 → 0.1.3

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: 77ca29f5671f7db12b3d66a3db48157520bc8a10b003361a19d6bbcc792b4384
4
- data.tar.gz: bb9b4ea5c10903d8fb6edad57a6a476e141d4abf7ea83bd2572e84c4e170867a
3
+ metadata.gz: 4396ccbc5448179b915d78517efafccde7fe5e06fb6e963e92ed09a23f458a1f
4
+ data.tar.gz: 383b9d93d347f996a690086a9a243294e198eb29ae02f68a25eff668dd990f74
5
5
  SHA512:
6
- metadata.gz: a0d983afd498df4689e3b3ccd82a49ab2f996c259d165da41c9bb487117caafa9c09924b2343955138de1ba72829a2908ceec65dc4640be9b76d768c90462ca9
7
- data.tar.gz: a5a29b81ed81a65b562d196346e60e8cf7d5ead8db81999f1ef11d499932f98903a0f6fa96064308274da08e1ab3f75681921ef24de82c8e29215f2e1037d42f
6
+ metadata.gz: 2798136895863e29ecdc41832cf656d90cf1f46d074f7ba912a8049a5d073085de84b4432e5c3d676c56bf5bbb07630fe2529a2e8ad01b1cad2b892f41bf7df6
7
+ data.tar.gz: 79c284e7cbd86a753bb8e7c7f6abec2886aa2f44c261a761bf88c0eb7670712daf5493ff0eb6b3a367fdbfa58b4e8b94aea6465e01ea029cbc73121e139d96a8
data/README.md CHANGED
@@ -1,40 +1,84 @@
1
- # appcircle_testing_distribution plugin
1
+ ## Appcircle Testing Distribution
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-appcircle_testing_distribution)
4
4
 
5
- ## Getting Started
5
+ Appcircle simplifies the distribution of builds to test teams with an extensive platform for managing and tracking applications, versions, testers, and teams. Appcircle integrates with enterprise authentication mechanisms such as LDAP and SSO, ensuring secure distribution of testing packages. Learn more about Appcircle testing distribution. Learn more about [Appcircle testing distribution](https://appcircle.io/testing-distribution?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
6
6
 
7
- This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-appcircle_testing_distribution`, add it to your project by running:
7
+ Appcircle's test distribution extension enables developers to create test groups and share builds with them, utilizing enterprise-grade authentication methods. With the Fastlane plugin, this module will be accessible directly fastlane actions.
8
8
 
9
- ```bash
10
- fastlane add_plugin appcircle_testing_distribution
11
- ```
9
+ ## Exploring Testing Distribution
12
10
 
13
- ## About appcircle_testing_distribution
11
+ Testing distribution is the process of distributing test builds to designated test groups or individuals. This process allows developers to gather quick feedback, identify bugs, and ensure the quality of software applications before releasing them to customers. Appcircle's test distribution module enables developers to create test groups and share builds with them, utilizing enterprise-grade authentication methods.
14
12
 
15
- Efficiently distribute application builds to users or testing groups using Appcircle's robust platform.
13
+ ## Benefits of Using Testing Distribution
16
14
 
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
15
+ 1. **Simplified Binary Distribution**.
16
+ - **Skip Traditional Stores:** Share .xcarchive .IPA, APK, AAB, Zip, files directly, avoiding the need to use App Store TestFlight or Google Play Internal Testing.
17
+ 2. **Streamlined Workflow:**
18
+ - **Automated Processes:** Platforms like Appcircle automate the distribution process, saving time and reducing manual effort.
19
+ - **Seamless Integration:** Integrates smoothly with existing DevOps pipelines, enabling efficient build and distribution workflows.
20
+ 3. **Enhanced Security:**
21
+ - **Controlled Access:** Set specific permissions for who can access the test builds using enterprise authentication methods such as LDAP & SSO.
22
+ - **Confidentiality:** Ensures that only authorized testers have access to the builds, protecting sensitive information.
23
+ 4. **Efficient Resource Management:**
24
+ - **Targeted Testing:** Allows the creation of specific test groups, ensuring that the right people are testing the right features.
25
+ - **Optimized Testing:** Helps in allocating resources effectively, leading to better utilization of testing resources.
26
+ 5. **Reduced Time to Market:**
27
+ - **Eliminates Approval Delays:** By bypassing store approval processes, developers can distribute builds directly to testers, speeding up the testing cycle.
28
+ - **Continuous Delivery:** Supports continuous delivery practices, enabling faster iterations and quicker releases.
29
+ 6. **Faster Feedback Loop:**
30
+ - **Quick Issue Identification:** Distributing test builds quickly allows developers to gather immediate feedback, identify bugs, and address issues early in the development cycle.
31
+ - **Improved Quality:** Continuous testing helps ensure the software meets quality standards before release, reducing the likelihood of post-release issues.
32
+ 7. **Cost-Effective:**
33
+ - **Reduced Overheads:** Automating the distribution reduces the need for manual intervention, cutting down operational costs.
34
+ - **Efficient Bug Fixes:** Early detection and fixing of bugs prevent costly fixes later in the development process.
35
+ 8. **Enhanced User Experience:**
36
+ - **Better Quality Control:** Ensures that end users receive a more stable and polished product.
37
+ - **Customer Satisfaction:** By delivering higher quality software, customer satisfaction and trust in the product increase.
18
38
 
19
- ## Example
39
+ Overall, using testing distribution in mobile DevOps significantly enhances the efficiency, security, and effectiveness of the software development process, leading to better products and faster delivery times.
20
40
 
21
- Check out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.
41
+ ## Testing Distribution
22
42
 
23
- **Note to author:** Please set up a sample project to make it easy for users to explore what your plugin does. Provide everything that is necessary to try out the plugin in this project (including a sample Xcode/Android project if necessary)
43
+ In order to share your builds with testers, you can create distribution profiles and assign testing groups to the distribution profiles.
24
44
 
25
- ## Run tests for this plugin
45
+ ![Distribution Profile](images/distribution-start.png)
26
46
 
27
- To run both the tests, and code style validation, run
47
+ ## Generating/Managing the Personal API Tokens
28
48
 
29
- ```
30
- rake
31
- ```
49
+ To generate a Personal API Token, follow these steps:
50
+
51
+ 1. Go to the My Organization screen (the second option at the bottom left).
52
+ 2. You'll find the Personal API Token section in the top right corner.
53
+ 3. Press the "Generate Token" button to generate your first token.
54
+
55
+ ![Token Generation](images/PAT.png)
56
+
57
+ ## Getting Started with the Extension: Usage Guide
58
+
59
+ To share your builds with testers, you can create distribution profiles and assign testing groups to these profiles.
32
60
 
33
- To automatically fix many of the styling issues, use
61
+ This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-appcircle_testing_distribution`, add it to your project by running:
62
+
63
+ ```bash
64
+ fastlane add_plugin appcircle_testing_distribution
34
65
  ```
35
- rubocop -a
66
+
67
+ ```yml
68
+ appcircle_testing_distribution(
69
+ accessToken: "$(AC_ACCESS_TOKEN)",
70
+ profileID: "$(AC_PROFILE_ID)",
71
+ appPath: "$(AC_APP_PATH)",
72
+ message: "$(AC_MESSAGE)",
73
+ )
36
74
  ```
37
75
 
76
+ ### Leveraging Environment Variables
77
+
78
+ Utilize environment variables seamlessly by substituting the parameters with `$(VARIABLE_NAME)` in your task inputs. The extension automatically retrieves values from the specified environment variables within your pipeline.
79
+
80
+ Efficiently distribute test binaries or beta versions using Appcircle, featuring seamless IPA and APK distribution capabilities. Streamline your testing process with our versatile tool designed to optimize your distribution workflow. If you need support or more information, please [contact us](https://appcircle.io/contact?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
81
+
38
82
  ## Issues and Feedback
39
83
 
40
84
  For any other issues and feedback about this plugin, please submit it to this repository.
@@ -43,10 +87,8 @@ For any other issues and feedback about this plugin, please submit it to this re
43
87
 
44
88
  If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
45
89
 
46
- ## Using _fastlane_ Plugins
47
-
48
- For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
90
+ ## Reference
49
91
 
50
- ## About _fastlane_
92
+ - For details on generating an Appcircle Personal Access Token, visit [Generating/Managing Personal API Tokens](https://docs.appcircle.io/appcircle-api/api-authentication#generatingmanaging-the-personal-api-tokens?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
51
93
 
52
- _fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
94
+ - To create or learn more about Appcircle testing and distribution profiles, please refer to [Creating or Selecting a Distribution Profile](https://docs.appcircle.io/distribute/create-or-select-a-distribution-profile?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
data/images/PAT.png ADDED
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleTestingDistribution
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcircle_testing_distribution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - appcircleio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-10 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: cloud@appcircle.io
@@ -18,6 +18,9 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - LICENSE
20
20
  - README.md
21
+ - images/PAT.png
22
+ - images/distribution-start.png
23
+ - images/extension-icon.png
21
24
  - lib/fastlane/plugin/appcircle_testing_distribution.rb
22
25
  - lib/fastlane/plugin/appcircle_testing_distribution/actions/appcircle_testing_distribution_action.rb
23
26
  - lib/fastlane/plugin/appcircle_testing_distribution/helper/appcircle_testing_distribution_helper.rb