cwood821 / albatross

Declarative HTTP tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Albatross

Declarative HTTP tests for monitoring and security

Usage

Configuration

# albatross.yml
version: 1
hosts: 
  - host: https://christianwood.net
    tests:
      - path: /
        status: 200 
      - path: /admin
        status: 301 

CLI

albatross --config albatross.yml 

Output:

Failures (expected:received)
https://christianwood.net/admin 301:404

About

Declarative HTTP tests


Languages

Language:Rust 100.0%