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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

makp0
Copy link
Contributor

@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 27, 2025 0:29am

Copy link

nx-cloud bot commented Jan 22, 2025

View your CI Pipeline Execution ↗ for commit c60430a.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 11m 13s 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=ed186... ✅ Succeeded 23s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 22s View ↗
nx documentation --no-dte ✅ Succeeded 44s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-27 12:47:00 UTC

@makp0 makp0 force-pushed the fix/nuxt-generator-e2e branch 2 times, most recently from bb239ac to 95fc634 Compare January 22, 2025 14:03
Copy link
Contributor

@Coly010 Coly010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch, thank you

@makp0 makp0 force-pushed the fix/nuxt-generator-e2e branch from 95fc634 to c60430a Compare January 27, 2025 12:26
@Coly010 Coly010 merged commit 655342b into nrwl:master Jan 27, 2025
6 checks passed
Copy link

github-actions bot commented Feb 2, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants