TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
317 stars 27 forks source link

Snapshots iteration 2 #218

Closed antonio-gg-dev closed 11 months ago

antonio-gg-dev commented 11 months ago

📚 Description

This is the second iteration on the snapshot functionality. With this iteration, and in my opinion, I believe this functionality could be released.

Now when the snapshots are created (executing snapshot assertion the first time), the test is not considered as having passed. Instead, they are marked with the 'snapshot' status and the user is appropriately informed that these snapshots have been created.

image

✅ To-do list