Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yannick-cw/snapshot
- Owner: yannick-cw
- Created: 2017-11-24T17:52:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T21:44:14.000Z (about 7 years ago)
- Last Synced: 2024-03-15T16:12:14.247Z (10 months ago)
- Language: Scala
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```