wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Find a way to test the CLI #1963

Open sodic opened 6 months ago

sodic commented 6 months ago

Figure out a way to test Wasp's CLI. We want to prevent something like #1787 from happening again.

Also, figure out why #1787 happened in the first place and try to account for it in our processes.

Martinsos commented 6 months ago

We could start with some basic tests, like just confirming that wasp version, wasp new, wasp reset and similar behave as we expect them to (check that they run, some basic output, ...).