Skip to content

e2e not generated using playwright , bundler rspack not configured and no dockefile created #27283

Open

Description

Current Behavior

Using documented options to create NX workspace

npx create-nx-workspace@latest my-wrksp --appName my-api --preset nest --bundler rspack --docker true --packageManager pnpm --workspaceType integrated --e2eTestRunner playwright

No my-api-e2e is created.
No my-api dockerfile is created.
my-api is configured with bundler webpack instead of rspack

Expected Behavior

  1. my-api-e2e is created and configured for playwright.
  2. my-api dockerfile is created.
  3. my-api configured with rspack bundler.

GitHub Repo

No response

Steps to Reproduce

  1. npx create-nx-workspace@latest gateway-services --appName gw-api --preset nest --bundler rspack --docker true --packageManager pnpm --workspaceType integrated --e2eTestRunner playwright
  2. Which CI provider would you like to use? · skip
  3. Would you like remote caching to make your build faster? · skip

Nx Report

Node           : 20.14.0
OS             : darwin-x64
Native Target  : x86_64-macos
pnpm           : 9.6.0

nx (global)        : 19.5.6
nx                 : 19.5.6
@nx/js             : 19.5.6
@nx/jest           : 19.5.6
@nx/eslint         : 19.5.6
@nx/workspace      : 19.5.6
@nx/eslint-plugin  : 19.5.6
@nx/nest           : 19.5.6
@nx/node           : 19.5.6
@nrwl/tao          : 19.5.6
@nx/web            : 19.5.6
@nx/webpack        : 19.5.6
typescript         : 5.5.4
---------------------------------------
Registered Plugins:
@nx/webpack/plugin
@nx/eslint/plugin
@nx/jest/plugin

Failure Logs

No response

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

Attempted executing with npx, pnpx and pnpm dlx with same results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

scope: nodeIssues related to Node, Express, NestJS support for Nxtype: bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions