<> = A script to format your manual testcase correctly = This script helps to ensure that your written manual testcase is correctly formatted. Please install vim and tidy as dependencies before launching it: {{{sudo apt-get install vim tidy }}} Then, download and install: {{{ wget https://raw.github.com/chilicuil/learn/master/sh/tools/test-case-format chmod +x test-case-format sudo mv test-case-format /usr/local/bin }}} Finally run it on your manual testcase from a terminal. {{{test-case-format /path/to/manual-testcase.txt }}}