-
Notifications
You must be signed in to change notification settings - Fork 650
chore: move e2e tests from cucumber to vitest #7539
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
Conversation
79c8ad9 to
e15aef3
Compare
clients/client-cloudformation/test/cloudformation-features.e2e.spec.ts
Outdated
Show resolved
Hide resolved
clients/client-cloudformation/test/cloudformation-features.e2e.spec.ts
Outdated
Show resolved
Hide resolved
338fa1e to
49939c5
Compare
4439db1 to
9af67c6
Compare
clients/client-cognito-identity/test/e2e/cognitoidentity-features.e2e.spec.ts
Outdated
Show resolved
Hide resolved
d4e90f2 to
519d5e1
Compare
| receiveResult = await client.receiveMessage({ | ||
| QueueUrl: queueUrl, | ||
| MessageAttributeNames: ["binary"], | ||
| }); |
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.
Alternatively, use WaitTimeSeconds in the receiveMessage request instead of a custom waiter.
519d5e1 to
3bfa7b2
Compare
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Internal JS-6402
Description
Removes the dependency on cucumber and converts feature tests to e2e tests.
Testing
CI
Checklist
*.integ.spec.ts).@publictag and enable doc generation on the package?By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.