Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update builds.md #3052

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/testfairy/using-testfairy/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

The build feature is a vital component of our app development and testing platform. It provides an overview of all the versions of your app that have been uploaded and tested within the system. With build feature, you gain valuable insights into the performance, stability, and user feedback of each app version, helping you ensure a seamless and successful user exper
The build feature is a vital component of our app development and testing platform. It provides an overview of all the versions of your app that have been uploaded and tested within the system. With build feature, you gain valuable insights into the performance, stability, and user feedback of each app version, helping you ensure a seamless and successful user experience.

Check warning on line 11 in docs/testfairy/using-testfairy/builds.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [sauce.WordList] Use 'in' instead of 'within'. Raw Output: {"message": "[sauce.WordList] Use 'in' instead of 'within'.", "location": {"path": "docs/testfairy/using-testfairy/builds.md", "range": {"start": {"line": 11, "column": 176}}}, "severity": "WARNING"}

## Accessing Build View

Expand Down Expand Up @@ -57,4 +57,4 @@

To delete a build from the system, select the checkbox and, in the **More Actions…** dropdown list, click **Delete Build**.

<img src={useBaseUrl('/img/test-fairy/delete-build.png')} alt="Deleting Build"/>
<img src={useBaseUrl('/img/test-fairy/delete-build.png')} alt="Deleting Build"/>
Loading