

Configuration
Define your test commands and environment requirements inrevolte.yaml.
revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Automate your testing workflows to ensure application stability and reliability.


revolte.yaml.
pipeline:
testSuite:
enabled: true
command: "npm run test:ci"
environment:
node_version: "18"
timeout: 300