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.
- Host: GitHub
- URL: https://github.com/zgiber/automaton
- Owner: zgiber
- Created: 2021-02-07T20:49:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T13:50:57.000Z (over 5 years ago)
- Last Synced: 2025-02-04T16:23:24.988Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.