New features
- implemented Test, Setup and Continuation directives.
- implemented global Setup directives.
- implemented multiple assertions blocks.
- implemented exception when invalid patterns tokens are founded.
- implemented exception when a directive if referenced before assignment.
- implemented tests constants.
- implemented new command-line and environment variable arguments: SAVE, TEMP_DIR, COPY_DIR, VISIBLE_PATHS, RUN_OPTS.
- implemented new command-line and environment variable options: OUTPUT, VERBOSE_DEBUG, SKIP_RUN, OMIT_TRACE, DISABLE_ALIASES, VERSION.
- Upgraded docs.
Changed
- added file header comment on generated tests file.
- replaced default random number titles by title with test line.
- renamed --output <PATH> argument to --save <PATH>.
- debug commands on generated tests moved to a Bash function.
- refactor assertion commands on generated tests.