Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himanoa/superimpose


https://github.com/himanoa/superimpose

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# superimpose[WIP]

Superimpose is snapshot test helper for command execution result.

## Usage

```zsh
$ mkdir snapshots
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose ls

Create snapshot!

# ↓exit_code == 0
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose ls

$ touch foobar

# ↓exit_code == 1
$ SUPERIMPOSE_SNAMSHOT_DIR=snapshots superimpose ls
```