Skip to content

Commit a4c2b95

Browse files
BrkYldclaude
andcommitted
docs(BE-9007): refresh Testing Distribution README (naming, Re-Sign item 9, new token steps, updated screenshot)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent be54459 commit a4c2b95

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ Appcircle Testing Distribution enables the binary distribution of Android (.apk,
55
using enterprise authentication methods such as SSO and LDAP. Learn more about
66
[Appcircle testing distribution](https://appcircle.io/testing-distribution?utm_source=github&utm_medium=plugin&utm_campaign=testing_distribution)
77

8-
Appcircle's test distribution extension enables developers to create test groups
8+
Appcircle's Testing Distribution action enables developers to create test groups
99
and share builds with them, utilizing enterprise-grade authentication methods.
10-
With the GitHub actions marketplace, this module will be accessible directly
11-
from the actions.
10+
With the GitHub Marketplace, this module is accessible directly from your
11+
workflows.
1212

1313
## Exploring Testing Distribution
1414

1515
Testing distribution is the process of distributing test builds to designated
1616
test groups or individuals. This process allows developers to gather quick
1717
feedback, identify bugs, and ensure the quality of software applications before
18-
releasing them to customers. Appcircle's test distribution module enables
18+
releasing them to customers. Appcircle's Testing Distribution module enables
1919
developers to create test groups and share builds with them, utilizing
2020
enterprise-grade authentication methods.
2121

2222
## Benefits of Using Testing Distribution
2323

2424
1. **Simplified Binary Distribution**.
25-
- **Skip Traditional Stores:** Share .xcarchive .IPA, APK, AAB, Zip, files
25+
- **Skip Traditional Stores:** Share .apk, .aab (Android) and .ipa (iOS) files
2626
directly, avoiding the need to use App Store TestFlight or Google Play
2727
Internal Testing.
2828
2. **Streamlined Workflow:**
@@ -64,9 +64,8 @@ enterprise-grade authentication methods.
6464
- **Customer Satisfaction:** By delivering higher quality software, customer
6565
satisfaction and trust in the product increase.
6666

67-
**Re-Sign and Auto-Resign**
68-
69-
- **Update Without Rebuilding:** Re-sign iOS and Android binaries with updated signing identities, manually or automatically, and keep distributing without a new build.
67+
9. **Re-Sign and Auto-Resign:**
68+
- **Update Without Rebuilding:** Re-sign iOS and Android binaries with updated signing identities, manually or automatically, and keep distributing without a new build.
7069

7170
Overall, using testing distribution in mobile DevOps significantly enhances the
7271
efficiency, security, and effectiveness of the software development process,
@@ -94,17 +93,17 @@ and assign testing groups to the distribution profiles.
9493

9594
To generate a Personal API Token, follow these steps:
9695

97-
1. Go to the My Organization screen (the second option at the bottom left).
98-
2. You'll find the Personal API Token section in the top right corner.
99-
3. Press the "Generate Token" button to generate your first token.
96+
1. Open the **My Organization** screen from your profile avatar at the bottom left.
97+
2. Go to the **Security** section and find the **Personal Access Key** card.
98+
3. Press **Generate Key** to generate your token.
10099

101100
![Token Generation](images/PAT.png)
102101

103102
## How to use Appcircle Testing Distribution Action
104103

105104
To share your builds with testers, you can create distribution profiles and
106-
assign testing groups to these profiles. Add a step to your pipeline for 'Test
107-
Local Action' with the appropriate information.
105+
assign testing groups to these profiles. Add the Appcircle Testing Distribution
106+
step to your workflow with the appropriate inputs.
108107

109108
```yaml
110109
- name: Publish App to Appcircle
@@ -166,7 +165,7 @@ change.
166165
### Leveraging Environment Variables
167166

168167
Utilize environment variables seamlessly by substituting the parameters with
169-
`${{ envs.VARIABLE_NAME }}` in your task inputs. The extension automatically
168+
`${{ envs.VARIABLE_NAME }}` in your workflow inputs. The action automatically
170169
retrieves values from the specified environment variables within your pipeline.
171170

172171
**Ensure that this action is added after build steps have been completed.**

images/distribution-start.png

8.93 KB
Loading

0 commit comments

Comments
 (0)