The author shares their experience with transcript testing as an alternative to unit testing in software development, particularly within the Unison Computing environment. Transcript tests, which use markdown files to document and execute tests, provide a deterministic and user-friendly way to ensure software functionality without the boilerplate of traditional unit tests. This method has been successfully adapted for both command-line tools and web applications, streamlining the testing process and improving collaboration.
testing ✓
software-development ✓
unison ✓
+ ci
documentation ✓