What is Esquie?
Esquie is an all-mighty automation engine that can be used to run workflows, perform tests, generate content and much much more.
It takes a lot of inspiration from Ansible, GitHub Actions, Temporal and Venom, while offering a unique blend of features and capabilities.
yaml
tasks:
- browse:
url: https://example.com
select: h1
with:
timeout: 30s
permissions:
net: example.com
asserts:
- result.data.textContent === "Example Domain"