Skip to content

[FR] Add a flag in project:create for whether to install unit test framework #681

@GRUBES

Description

@GRUBES

Feature Request

Add a --unittest or similar flag for the project:create command. When specified (perhaps with Y|N), this would automatically answer the corresponding unit test prompt when creating a new project. This would improve the potential for automation in the project instantiation workflow.

Potential Behavior

  • If --unittest or --unittest Y is provided, install the unit test framework when creating the project.
  • If --unittest N is provided, do not install the unit test framework when creating the project.
  • If --unittest is not provided, prompt as usual.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttrackedAlready in Backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions