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
已提问 7 个月前300 查看次数
1 回答
2
已接受的回答

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
已回答 7 个月前
  • 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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则