Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yannick-cw/snapshot

Snapshot testing support for Scalatest
https://github.com/yannick-cw/snapshot

Last synced: about 1 month ago
JSON representation

Snapshot testing support for Scalatest

Awesome Lists containing this project

README

        

## snapshot

Provides snapshot based testing, inspired by Jest.

## Add to sbt

[![Build Status](https://travis-ci.org/yannick-cw/snapshot.svg?branch=master)](https://travis-ci.org/yannick-cw/snapshot)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.yannick-cw/snapshot/badge.svg)](https://mvnrepository.com/artifact/io.github.yannick-cw/snapshot_2.12)

```scala
"io.github.yannick-cw" %% "snapshot" % x.x.x
```