Skip to content

chore(replay): Use vitest run for replay test run #14379

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

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Nov 20, 2024

When running tests for the monorepo locally, replay tests can hang/may not resolve because we run them in watch mode by default. You can still use yarn test:watch if you want watch mode anyhow. We use vitest run everywhere else we have vitest already.

@mydea mydea requested review from billyvg and chargome November 20, 2024 10:40
@mydea mydea self-assigned this Nov 20, 2024
@mydea mydea requested a review from a team as a code owner November 20, 2024 10:40
Copy link

codecov bot commented Nov 20, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
486 1 485 129
View the top 1 failed tests by shortest run time
client-app-routing-instrumentation.test.ts Creates a navigation transaction for app router routes
Stack Traces | 30s run time
client-app-routing-instrumentation.test.ts:19:5 Creates a navigation transaction for app router routes

To view more test analytics, go to the Test Analytics Dashboard
Got feedback? Let us know on Github

@mydea mydea force-pushed the fn/replay-vitest-no-watch branch from 31edd1e to c193978 Compare November 21, 2024 08:26
@mydea mydea enabled auto-merge (squash) November 21, 2024 08:26
@mydea mydea merged commit 415068a into develop Nov 21, 2024
115 of 118 checks passed
@mydea mydea deleted the fn/replay-vitest-no-watch branch November 21, 2024 09:01
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.

3 participants