cupaloy icon indicating copy to clipboard operation
cupaloy copied to clipboard

Simple Go snapshot testing

Results 16 cupaloy issues
Sort by recently updated
recently updated
newest added

The built in error message is very opaque (necessary because it has to be generic) but users can likely provide a more helpful friendly message customised to their tests (or...

enhancement
help wanted
good first issue

Currently the non-existent snapshot tests create some temp directories. These are harmless but could definitely be deleted automatically

enhancement
testing

Hey, first of all, I started to learn go couple month ago, and I used this lib already in a couple projects. I really like to use it but I...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.8.3. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Commits 4c93d8f EqualExportedValues: Handle nested pointer, slice...

dependencies

A recent commit https://github.com/jf-tech/omniparser/commit/1b4997b548aabc2579a388a00964f808aa479582 introduced a snapshot filename containing `;`. While itself is fine, i.e. running tests is all good, we ran into issues when the module being imported by...

Currently the diffing tool used by Cupaloy treats strings as just a sequence of characters. Which is reasonable, but limited. In particular, it would be fantastic if there were a...