Skip to content

chore(nuxt): Add Nuxt machine auth integration test#8215

Merged
wobsoriano merged 2 commits intomainfrom
rob/machine-auth-e2e-nuxt
Mar 31, 2026
Merged

chore(nuxt): Add Nuxt machine auth integration test#8215
wobsoriano merged 2 commits intomainfrom
rob/machine-auth-e2e-nuxt

Conversation

@wobsoriano
Copy link
Copy Markdown
Member

@wobsoriano wobsoriano commented Mar 31, 2026

Description

Last full stack SDK missing machine auth integration test

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • Tests
    • Enhanced authentication integration testing coverage for API key, M2M, and OAuth authentication modes to improve platform reliability.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 31, 2026

⚠️ No Changeset found

Latest commit: 53fec7c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Mar 31, 2026 8:21pm

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 31, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@8215

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8215

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8215

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8215

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8215

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8215

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8215

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8215

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8215

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8215

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8215

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8215

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8215

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8215

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8215

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8215

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8215

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8215

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8215

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8215

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8215

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8215

commit: 53fec7c

@wobsoriano wobsoriano changed the title chore(nuxt): Add Nuxt machine auth integraiton test chore(nuxt): Add Nuxt machine auth integration test Mar 31, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 31, 2026

📝 Walkthrough

Walkthrough

A new Playwright integration test file was added at integration/tests/nuxt/machine.test.ts that implements a MachineAuthTestAdapter for Nuxt authentication testing. The file configures Nuxt node base settings and dynamically generates server route handlers for three authentication modes: API key, M2M, and OAuth. Each mode sets up specific endpoints with corresponding authentication requirements and response handlers. The test file then registers test suites for all three authentication modes.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title accurately describes the main change: adding a Nuxt machine authentication integration test file. It is concise, specific, and directly reflects the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

@wobsoriano wobsoriano merged commit cfb8cbe into main Mar 31, 2026
75 of 76 checks passed
@wobsoriano wobsoriano deleted the rob/machine-auth-e2e-nuxt branch March 31, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants