Is sharding already possible? #1789
-
Hey, I read through the docs, PR's and discussions but it's a bit unclear to me what the current state is. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 15 replies
-
Sharding is possible and should work out of the box. We tested it and it works on Firebase, emulator.wtf, BrowserStack. Check out our example app - you can try running it on FTL as a demo. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
The cloud beta is not installed on our build agents and I cannot seem to
find the docs telling me how to install the beta version. I also cannot
find it in the gcloud-sdk-installer bucket they provide.
Op vr 13 okt. 2023 11:53 schreef Bartek Pacia ***@***.***>:
… I think you'd have to split tests at build time – that is, when you call patrol
build. Build a few APKs and then upload them with separate gcloud cli
invocations.
Why not just use gcloud beta, btw?
—
Reply to this email directly, view it on GitHub
<#1789 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMNQU2NPWUEVYJF2EVHA63X7EFRZAVCNFSM6AAAAAA52HIPPWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENZSGI3TS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes, I used them.
Only thing to note is that you need to manually install jq before you can
use ns_android. Other than that, it works like a charm, kiddos!
Op vr 13 okt. 2023 18:32 schreef Bartek Pacia ***@***.***>:
… Happy to hear that!
Did these docs <https://patrol.leancode.co/integrations/browserstack>
come in useful?
—
Reply to this email directly, view it on GitHub
<#1789 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMNQUYTFCH5QGMGLXRJKFLX7FUKDAVCNFSM6AAAAAA52HIPPWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENZVGY3DO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Maybe you could try
curl
ing Google Cloud's REST endpoints. But I think using beta is the simplest solution.