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ヶ月前298ビュー
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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ