- Adds an environment-variable-driven mechanism to configure the minimum value for how much of a stack-trace is rendered when a test fails due to an exception.
- Increases the default size of reported stack-traces from 10 frames to 50.
- Adds documentation on usage in the context of scala-cli
What's Changed
- Include scala-cli usage by @lenguyenthanh in #643
- Increase default stack frame and make it configurable by @valydia in #647
New Contributors
- @lenguyenthanh made their first contribution in #643
- @valydia made their first contribution in #647
Full Changelog: v0.8.2...v0.8.3