File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,10 +162,16 @@ jobs:
162162 echo "Test help command:"
163163 bin/magento mageforge:theme:copy-from-vendor --help
164164
165- echo "Test alias:"
165+ echo "Test alias help :"
166166 bin/magento theme:copy --help
167+
168+ echo "Test dry-run without required arguments (expect validation failure but command should execute):"
169+ bin/magento mageforge:theme:copy-from-vendor --dry-run || echo "Expected failure - missing or invalid arguments for copy-from-vendor"
170+
171+ echo "Test alias dry-run without required arguments (expect validation failure but alias should execute):"
172+ bin/magento theme:copy --dry-run || echo "Expected failure - missing or invalid arguments for theme:copy alias"
167173
168- echo "✓ Copy from vendor command and alias available"
174+ echo "✓ Copy from vendor command and alias available and basic execution paths exercised "
169175
170176 - name : Test Inspector Functionality
171177 working-directory : magento2
You can’t perform that action at this time.
0 commit comments