-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
test(e2e): Unflake NestJS e2e tests #13188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me, but can you please add the bufferSize option also to the node-nestjs-basic
and node-nestjs-distributed-tracing
test applications?
@@ -1,15 +1,15 @@ | |||
import { expect, test } from '@playwright/test'; | |||
import { waitForTransaction } from '@sentry-internal/test-utils'; | |||
|
|||
test('Transaction includes span and correct value for decorated async function', async ({ baseURL }) => { | |||
const transactionEventPromise = waitForTransaction('nestjs', transactionEvent => { | |||
test('Transaction includes span and correct value for decorated async function', async ({ request }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: Here is one request left. Seems to work nevertheless but probably nicer to be consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks!
size-limit report 📦
|
No description provided.