CLUI adds UI to your CLI.
Medium blog: https://medium.com/@chet.deva/enhance-your-cli-experience-with-clui-96eed88929c8
Your commands can have variables prepended with ‘$’. These variables will be rendered as input boxes and can be run as a CLI command.
CLUI + maestro an be used for everyday mobile/web development and ease E2E testing. Sample maestro flows can be in https://github.com/chetdeva/maestro-flows
maestro test -e USERNAME=$USERNAME -e PASSWORD=$PASSWORD feature.yaml
Click “Generate CLUI” button.
$USERNAME featureUsername
$PASSWORD featurePassword
Click “Generate CLI commands”
maestro test -e USERNAME=featureUsername -e PASSWORD=featurePassword feature.yaml`
Click “Run CLI commands” button.
Visual Studio Code 1.85.0 or higher.
Beta release
Ensure that you’ve read through the extensions guidelines and follow the best practices for creating your extension.
Pull requests are welcome. For contributing, create a fork and a pull request.