Cypress Parallelization with AWS Amplify

0

I have integrated Cypress with AWS Amplify and test cases are running perfectly fine but it takes long time to run all the test cases on a single machine. For optimization purposes, I want to enable parallelization. How can I add/assign more machines to my AWS Amplify APP to run test cases parallel?

Usama
asked 7 months ago286 views
1 Answer
2
Accepted Answer

Hi Usama,

The default compute container provided by Amplify Hosting has 4 vCPU and 7GB RAM associated to it. Currently, we do not support the customization of this compute container. Additionally, we also do not support parallelization of Cypress tests during the build process.

We are tracking them as feature requests on the Amplify Hosting GitHub repository:

I'll highly recommend sharing your detailed use cases and upvoting them as it will help the team prioritize this feature. Thanks!

AWS
answered 7 months ago
  • Does AWS CodeBuild support parallelization? I think it does, I can move to AWS CodeBuild. To be precise, I have 183 test cases and it takes 3+ hours to complete. That's why I am looking for the parallelization solution

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