Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 2.87 KB

File metadata and controls

87 lines (53 loc) · 2.87 KB

Testing Manual (Habits CLI v0.1)

Testing instructions for Habits CLI release v0.1-2xx-alpha.


Thank you for your participation in the Habits CLI v0.1-alpha testing! Before you continue, please make sure that you applied for access to the test server, and you are eligible to participate in this test.

The testing of habits CLI begins on September 3rd, 2021. Test session will end on September 6th, 2021 at 10:00 PM. During the time window of this test, please use the habits CLI normally, and report any issues or feature requests to this page.

Begin Testing

To begin, please read the overview of the Habits app: https://habits-cli.jimmy-lan.com#/README.

Then, install the Habits CLI by following the installation guide: https://habits-cli.jimmy-lan.com#/installation.

You may also view the change log of this release to learn more about this patch: https://habits-cli.jimmy-lan.com# /change-logs/v0.1.

Activate Your Test Session

habits invitation activate <email>

or

habits invitation activate

...and you will be prompted for your email.

Testing Hints

The habits CLI group commands into categories. The syntax for accessing a command is usually

habits <...category> <command>

For example, to sign up, you may run

habits auth signup

where "auth" is the command category, and "signup" is the name of the command.

When in doubt, notice that you can pass the option -h or --help to any command or command category. For example,

habits -h

will show the available commands that follows habits, and the help message of

habits auth -h

will show the available commands that follows habits auth.

If the -h or --help option is passed into the bottom-level command, for example habits auth signup --help, then a description of the command, together with possible options and arguments will be shown.

Your Tasks

First, ensure that you understand what the app is about and the goals that it trys to achieve. Recall that this information page has what you need to know.

Then, please go over each command and use this app as if you are building habits or keeping track of personal TODO lists yourself. You can use habits -h to find the available command categories, and explore the commands from there.

If you encounter an issue, or have a new feature in mind as you are testing this app, please do not hesitate to create an issue.

Approaching the end of the testing period, you will receive two surveys. More information will be posted on this page when the surveys become available.

To answer the surveys, you will need your personal invitation code. You can run

habits invitation show

to retrieve this code from your terminal.

Happy testing!