KREM is a very lightweight automation framework. KREM is also suitable for testing. KREM runs jobs made up of tasks executed in sequence, in parallel or a combination of both.
KREM is written in Python, but can execute scripts and programs written in any language.
We are continuously improving KREM. We want to keep KREM as lightweight and compact as possible, at the same time allowing extended functionality through a plugin interface.
We will provide some plugins, but anyone is more than welcome to contribute. Plugins can be found here: https://github.com/Bitvis/krem_plugins.git
KREM support Python 2.7 and 3.6 in Linux.
KREM in Windows is supported in Git Bash and Cygwin.
Please see the User Manual for more information docs/KREM_USER_MANUAL.md
git clone https://github.com/Bitvis/krem.git
cd krem directory
./install.py
source ~/.bashrc
krem init –p project_foo
cd project_foo
krem init –j job_foo
krem init –t task_foo
krem run –j job_foo
krem list –j
krem list –t
We appreciate any feedback!
Enjoy!