diff --git a/docs/general/testing/web/index.md b/docs/general/testing/web/index.md index 50106b9ef..4160c0e44 100644 --- a/docs/general/testing/web/index.md +++ b/docs/general/testing/web/index.md @@ -7,16 +7,16 @@ title: Testing Jellyfin Web Clients Weekly unstable builds ship Jellyfin Server and Jellyfin Web in a complete package. Please refer to [Testing Jellyfin Server](/docs/general/testing/server/) for more info. -## Testing PRs from Cloudflare Pages Deployments +## Testing pull requests from Cloudflare Pages Deployments -Each PR of [Jellyfin Web](https://github.com/jellyfin/jellyfin-web) and [Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue) is automatically deployed to Cloudflare Pages. Please follow the steps below on how to test them. +Each pull request of [Jellyfin Web](https://github.com/jellyfin/jellyfin-web) and [Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue) is automatically deployed to Cloudflare Pages. Please follow the steps below on how to test them. -1. Find the PR you would like to test / review in the list of open PRs: [PRs for Jellyfin Web](https://github.com/jellyfin/jellyfin-web/pulls), [PRs for Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue/pulls) -2. On most PRs, there should be a comment from `jellyfin-bot` with a link to a deployed version of the current PR. Click on the link next to `Preview URL` to open a hosted instance of the current PR. +1. Find the pull request you would like to test / review in the list of open pull requests: [pull requests for Jellyfin Web](https://github.com/jellyfin/jellyfin-web/pulls), [pull requests for Jellyfin Vue](https://github.com/jellyfin/jellyfin-vue/pulls) +2. On most pull requests, there should be a comment from `jellyfin-bot` with a link to a deployed version of the current pull request. Click on the link next to `Preview URL` to open a hosted instance of the current pull request. ![CF Pages Comment](/images/docs/testing/web/cf-pages-comment.png) :::note - Some PRs might not have this comment, or the link might otherwise not work. To test out these PRs, they will have to be built manually. + Some pull requests might not have this comment, or the link might otherwise not work. To test out these pull requests, they will have to be built manually. ::: 3. Clicking on the link in the comment will open an instance of the client you are testing. For Jellyfin Web, it will be linked automatically to our demo server. For Jellyfin Vue, you can connect to the demo server with this address: `https://demo.jellyfin.org/unstable/`. The credentials will be provided on the login page.