This is a major release for QATLibrary. This release introduces multiple new features -
* New CLI command "qat init": This init method initializes sample config and test data file in your current directory. You can edit the files and get started for your test implementations from your favorite IDE or a CSV editor.
* New CLI command "qat clean": This command helps to delete generated .html reports/logs or .xml output files from your current directory. Optionally, you can clean a target directory with "qat clean -d path/to/dir" format.
* Changed "qat" to "qat run" for executing tests: To execute your tests, now "run" command is required. Previously there was no need for "run". Please view README or "qat --help" for updated arguments and options for CLI.
* No changes for QATLibrary as Robot Framework Library Syntax. Everything remains as before.
* CI Improvement: Github actions workflow now has a CI Pipeline and Test flow.