An open API service indexing awesome lists of open source software.

https://github.com/zgiber/automaton

An automaton (/ ɔːˈtɒmətən /; plural: automata or automatons) is a relatively self-operating machine, or a machine or control mechanism designed to automatically follow a predetermined sequence of operations, or respond to predetermined instructions.
https://github.com/zgiber/automaton

Last synced: 6 months ago
JSON representation

An automaton (/ ɔːˈtɒmətən /; plural: automata or automatons) is a relatively self-operating machine, or a machine or control mechanism designed to automatically follow a predetermined sequence of operations, or respond to predetermined instructions.

Awesome Lists containing this project

README

          

# Automaton

*An automaton (/ɔːˈtɒmətən/; plural: automata or automatons) is a relatively self-operating machine, or a machine or control mechanism designed to automatically follow a predetermined sequence of operations, or respond to predetermined instructions*

## Concept

A tool that allows to define, configure, and execute non-trivial tasks, that often consists of multiple steps and have dependencies amongst each other.

The main driver behind the project is to help creating reproducible functional tests for REST API implementations.