我有cypress E2E测试目前正在Kubernetes Pod中运行,并使用docker容器设置。我试图并行运行这些测试。以前我一直使用https://github.com/cypress-io/github-action插件来做这件事,需要参数来做,但这次我不确定如何做。
我有cypress E2E测试目前正在Kubernetes Pod中运行,并使用docker容器设置。我试图并行运行这些测试。以前我一直使用https://github.com/cypress-io/github-action插件来做这件事,需要参数来做,但这次我不确定如何做。
1条答案
按热度按时间x8diyxa71#
There are multiple ways to run your Cypress tests in parallel in K8s Cluster:
you can refer to this blog , i found it very useful : https://medium.com/@iamsanjeevkumar/run-cypress-test-in-parallel-without-cypress-dashboard-1c0c33377628