Skip to content

Feat: add route matching e2e tests#141

Merged
VikramAditya33 merged 1 commit into
mainfrom
e2e/tests
May 13, 2026
Merged

Feat: add route matching e2e tests#141
VikramAditya33 merged 1 commit into
mainfrom
e2e/tests

Conversation

@VikramAditya33
Copy link
Copy Markdown
Collaborator

Tests:

  • Path parameter extraction
  • Query parameter parsing
  • Optional parameters
  • Wildcard routes
  • Route priority and matching order
  • Regex patterns in routes

Close #138

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e84e53d6-6187-41da-83dd-88393a5b1f7e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch e2e/tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@VikramAditya33 VikramAditya33 merged commit fb69561 into main May 13, 2026
2 checks passed
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.

Route Matching E2E tests

1 participant