Testing can be performed agnostically of the programming language used for your software. Its behavior can be analyzed either statically or dynamically.
1. Please register an account with us.
2. This will allow you to go to User Settings and get an authentication token
3. Get satori-cli and set your token:
git clone
satori-cli settoken TBC
4. Create an example playbook
test:
assertStdoutEqual: “Hello World”
bash:
- [ echo “Hello World” ]
5. Run it
satori-cli run hello.yml