Rayrun
← Back to Discord Forum

sharding with AWS fargate or ECS

I want to run my tests in parallel using sharding, but not sure if I need to login into each machine with diff cli commands e.g. machine 1 -npx playwright test --shard=1/4 machine 2 - npx playwright test --shard=2/4

Is there a better way where system will understand no of machines and will pick up execution

This thread is trying to answer question "Is there an out-of-the-box way to run tests in parallel using sharding in AWS Fargate or ECS without manually logging into each machine?"

1 reply

not ouf of the box, you'll need to create your own orchestration

Related Discord Threads

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].