Closed aricooperdavis closed 1 year ago
Describe the bug Running leaf test:setup on windows powershell/cmd from within a leaf project gives the message:
leaf test:setup
> leaf test:setup '.' is not recognized as an internal or external command, operable program or batch file.
To Reproduce Steps to reproduce the behavior:
composer global require leafs/cli
leaf create test-project --api --v3
cd .\test-api\
Expected behavior I would expect tests to be generated, but instead the error above is displayed.
Additional context The path to the leaf project does not contain spaces. Running Leaf CLI v2.8.0 on Windows 10
Apologies, wrong repo
Describe the bug Running
leaf test:setup
on windows powershell/cmd from within a leaf project gives the message:To Reproduce Steps to reproduce the behavior:
composer global require leafs/cli
leaf create test-project --api --v3
cd .\test-api\
leaf test:setup
Expected behavior I would expect tests to be generated, but instead the error above is displayed.
Additional context The path to the leaf project does not contain spaces. Running Leaf CLI v2.8.0 on Windows 10