Skip to content

Conversation

@smilkuri
Copy link
Contributor

@smilkuri smilkuri commented Dec 3, 2025

Issue

Internal JS-6402

Description

Removes the dependency on cucumber and converts feature tests to e2e tests.

Testing

CI

Checklist

  • If the PR is a feature, add integration tests (*.integ.spec.ts).
  • If you wrote E2E tests, are they resilient to concurrent I/O?
  • If adding new public functions, did you add the @public tag 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.

@smilkuri smilkuri force-pushed the cucumber-to-vitest branch 7 times, most recently from 338fa1e to 49939c5 Compare December 18, 2025 14:40
@smilkuri smilkuri marked this pull request as ready for review December 18, 2025 14:48
@smilkuri smilkuri requested a review from a team as a code owner December 18, 2025 14:48
@smilkuri smilkuri changed the title chore: convert bdd tests to e2e tests chore: move e2e tests from cucumber to vitest Dec 19, 2025
receiveResult = await client.receiveMessage({
QueueUrl: queueUrl,
MessageAttributeNames: ["binary"],
});
Copy link
Contributor

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.

@smilkuri smilkuri merged commit 561b890 into main Dec 22, 2025
7 checks passed
@smilkuri smilkuri deleted the cucumber-to-vitest branch December 22, 2025 17:44
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