Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish running e2e tests even when one shard fails #783

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

rylew1
Copy link
Contributor

@rylew1 rylew1 commented Nov 15, 2024

Ticket

Resolves #720

Changes

  • wrap playwright merge cmd in make target e2e-merge-reports
  • set matrix fail-fast to false so reports can be generated if one of the shards fails
  • update docs for sharding

Context for reviewers

Diff comparison with platform-test-nextjs PR:
That PR:
image

This PR:
image

Copy link
Contributor

@lorenyu lorenyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but change PR title to imperative voice for example "Finish running e2e tests even when one shard fails"

.github/workflows/e2e-tests.yml Outdated Show resolved Hide resolved
@rylew1 rylew1 changed the title E2E sharding part 2 Finish running e2e tests even when one shard fails Nov 18, 2024
@rylew1 rylew1 merged commit 819442f into main Nov 18, 2024
7 checks passed
@rylew1 rylew1 deleted the rylew/e2e-sharding-part-2 branch November 18, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add sharding capabilities to e2e tests
2 participants