Skip to content
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

fix(nuxt): correct webServerAddress and webServerCommand options in add-e2e.ts generator. #29713

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

makp0
Copy link

@makp0 makp0 commented Jan 22, 2025

Current Behavior

Currently, the add-e2e.ts generator has redundant lines for the webServerAddress and webServerCommand configuration when generating Playwright configuration.
Produces TypeError: Invalid URL when running playwright tests on a clean create-nx-workspace project.

Expected Behavior

The generator should configure webServerAddress and webServerCommand correctly. The changes fix the configuration generation for Playwright tests.

@makp0 makp0 requested a review from a team as a code owner January 22, 2025 13:14
@makp0 makp0 requested a review from ndcunningham January 22, 2025 13:14
Copy link

vercel bot commented Jan 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 22, 2025 2:05pm

Copy link

nx-cloud bot commented Jan 22, 2025

View your CI Pipeline Execution ↗ for commit 95fc634.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 11m 14s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 1m 2s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx format:check --base=a055f... ✅ Succeeded 18s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 17s View ↗
nx documentation --no-dte ✅ Succeeded 44s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-22 14:20:39 UTC

@makp0 makp0 force-pushed the fix/nuxt-generator-e2e branch from bb239ac to 95fc634 Compare January 22, 2025 14:03
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.

1 participant