All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update dependencies and github actions
- Add a --controller argument
- Add MT_DEBUG_INTERVAL setting
- Send SIGKILL if SIGTERM does not cause test to exit
- Timeout for test execution
- Build with github actions
- Update dependencies
- Print execution time for each test in summary and order entries by execution time
- Add -j option to generate junit xml with purple-tape
- Split up output in smaller chunks to avoid overflowing stdout
buffers which will terminate node with
write /dev/stdout: resource temporarily unavailable
Fix by @zommarin.
Rewritten in typescript using async/await
- Show which tests were running if multi-tape is terminated with a signal
- Updated outdated dependencies
- Fix #3 Hangs with too much output on stdout
- Add support for file globbing on windows. Fixes #1. Patch by @LordScree.