Skip to content

feat: Adding the dart test command#1333

Merged
erickzanardo merged 13 commits into
mainfrom
feat/dart-test-cmd
Aug 13, 2025
Merged

feat: Adding the dart test command#1333
erickzanardo merged 13 commits into
mainfrom
feat/dart-test-cmd

Conversation

@erickzanardo

@erickzanardo erickzanardo commented Aug 8, 2025

Copy link
Copy Markdown
Member

Status

READY

Description

This PR adds a new dart command, which will center all dart only commands.

To start, it will include only the dart test command, which is the counterpart of the default test command, but runs dart test under the hood, instead of running flutter test

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@erickzanardo
erickzanardo requested a review from a team as a code owner August 8, 2025 20:55
@erickzanardo
erickzanardo marked this pull request as draft August 8, 2025 20:55
@erickzanardo
erickzanardo marked this pull request as ready for review August 11, 2025 18:49
Comment thread lib/src/cli/common.dart Outdated
Comment thread lib/src/cli/dart_cli.dart Outdated
Comment thread test/src/command_runner_test.dart Outdated
Comment thread lib/src/commands/dart/commands/dart_test_command.dart Outdated
@erickzanardo
erickzanardo merged commit d7ef095 into main Aug 13, 2025
30 checks passed
@erickzanardo
erickzanardo deleted the feat/dart-test-cmd branch August 13, 2025 14:14
@vgvbot vgvbot mentioned this pull request Aug 9, 2025
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.

4 participants