Skip to content

feat(cases): copy test case, bulk copy, breadcrumb fix, delete confirmations#62

Merged
jamofer merged 2 commits into
masterfrom
fix/case-navigation-and-copy
May 26, 2026
Merged

feat(cases): copy test case, bulk copy, breadcrumb fix, delete confirmations#62
jamofer merged 2 commits into
masterfrom
fix/case-navigation-and-copy

Conversation

@jamofer

@jamofer jamofer commented May 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Copy test case (single): new POST /cases/{id}/copy endpoint + UI dialog with searchable hierarchical suite picker on TestCasePage
  • Bulk copy: new POST /cases/bulk-copy endpoint — copy selected cases to existing suite or create new suite (with parent picker). UI in SuiteRow bulk actions bar
  • Duplicate prevention: bulk copy rejects duplicate suite names under same parent (409)
  • Breadcrumb fix: TestCasePage breadcrumbs now include Cases list level — back navigation goes to cases, not project root
  • Delete confirmations: suite delete and individual test case delete now always show ConfirmDialog before proceeding
  • Schema fix: TestCaseBase and TestSuiteBase coerce tags=null to [] via field validator — prevents ResponseValidationError on copied cases with null tags
  • i18n keys added for all 5 locales

@jamofer jamofer merged commit cf02726 into master May 26, 2026
5 checks passed
@jamofer jamofer mentioned this pull request May 26, 2026
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