snap-shot-it
snap-shot-it copied to clipboard
Smarter snapshot utility for Mocha and BDD test runners + data-driven testing!
- Gleb Bahmutov [email protected] ---- *opened via [imdone.io](https://imdone.io) from a code comment on [4312a86e5c591084c333fc3ee872f5d4f668cc2b](https://github.com/bahmutov/snap-shot-it/commit/4312a86e5c591084c333fc3ee872f5d4f668cc2b) by Gleb Bahmutov [email protected]* ---- https://github.com/bahmutov/snap-shot-it/blob/bd33277133859f87a1c14fde132584bc7253ef99/src/index.js#L204-L212
## Feature request Since snapshot source is often required to understand properly written test it would be cool to enable storing both close to each other. I want to propose...
I'd love to be able to specifiy the output directory of specify. If there is no solution yet, how much work would it entail to read the directory from a...
This is an enhancement request. I do a lot of testing in the Meteor framework and it's painful to restart the test process due to Meteor's relatively slow first build...
No accounting for taste, but test data should be in `/test` or the project's equivalent Ideally we'd detect the test directory from mocha/etc, but it could also be configurable Would...
Thanks for all your work! It works really well. Just a small feature request that someone or me later could pick up and add, as right now if I run...
## Bug In watch mode, snap-shot-it cannot seem to recover from a syntax error in a test file Minimal reproduce: ```js // example.spec.js it('errors' () => { ] // syntax...
I was wondering if adding support for using images as snapshots would be something worth considering. I think it would likely require updates to https://github.com/bahmutov/snap-shot-compare, but I thought I'd start...
Found a bug that occurs when the snapshot contains octal escape sequences. - version: 5.0.1 - platform: OS X 10.12.6 - expected behavior: snapshot should be imported - actual behavior:...
After all tests successfully finish and snapshots are pruned, show number of pruned snapshots This is to prepare to NOT allow pruning snapshots silently on CI