Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 703 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 703 Bytes

Vape

Modern Smoke testing tool written in Go. Inspired by Shisha

How to use

As a binary

Create a .smoke file in the format:

https://httpbin.org/status/418 418
https://httpbin.org/status/200 200
https://httpbin.org/status/500 500
https://httpbin.org/status/404 404

then execute the vape binary to run the checks

As a container

Create the smoke file as above but be sure to mount it inside the container:

docker run \
    --rm \
    -t \
    -v $(PWD)/smoke.example:/.smoke \
    symm/vape:latest

TODO

This project is HackDay™ quality. In need of test coverage and refactoring