Test sharding in aws

0

Hello,

I have a test suite that takes more than 150 minutes to complete both in android and ios,
and I wanted to run my tests in parallel (running different tests from the same test suite in multiple devices)

I bought two slots (one for android and one for ios), so would it be possible for me to implement test sharding?
or is there any other strategy I'm not aware of? because a lot of my tests aren't run since they exceed the time limit of 150 minutes per device.

Thank you very much

Edited by: aguspeq on Jan 16, 2021 10:40 AM

aguspeq
asked 3 years ago273 views
1 Answer
0
Accepted Answer

Hi aguspeq,

We don't support conventional sharding as of today. The way I can think of achieving it would be building sharding logic yourself (by using test targets) and run different sections of my suite per run on different device.

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions