Releases: askimed/nf-test
Releases · askimed/nf-test
v0.8.0-rc1
What's Changed
- Improve Nextflow script parsing by @seppinho in #85
- Update landing page and documentation by @lukfor in #114
- Extend
list
command by additional output formats by @lukfor in #105 - Add support of relative paths for script definition by @lukfor in #103
- Fix issues in channel serialization by @lukfor in #112
- Support nested objects in auto-sort by @lukfor in #115
- Use a separate test context for each testcase by @lukfor in #107
- List and clean obsolete snapshots by @lukfor in #113
- Use
diff
or similar tool to compare snapshots by @lukfor in #106 - Add
$launchDir
and change directory where Nextflow processes are executed by @lukfor in #117 - Update resources.md by @sateeshperi in #118
- Add basic logging support by @lukfor in #119
New Contributors
- @sateeshperi made their first contribution in #118
Full Changelog: v0.7.3...v0.8.0-rc1
v0.7.3
v0.7.2
What's Changed
- Minor documentation update by @ivopieniak in #53
- Assert all by @aaron-fishman-achillestx in #56
- Feature/improve test discovery by @byb121 in #59
- docs: Add specific version install command by @emiller88 in #65
- Assert in any order by @aaron-fishman-achillestx in #61
- Support unnamed output channels by @lukfor in #64
- small code typo in the GZip files example by @AstrobioMike in #75
- Add possibility to disable auto-sort for channels by @lukfor in #63
New Contributors
- @byb121 made their first contribution in #59
- @emiller88 made their first contribution in #65
- @AstrobioMike made their first contribution in #75
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Junitxml by @aaron-fishman-achillestx and @byb121 in #45
- Add YAML assertions by @ivopieniak in #52
- Nested params and json/yaml files by @lukfor in #50
New Contributors
- @aaron-fishman-achillestx made their first contribution in #45
- @ivopieniak made their first contribution in #52
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- Add Snapshot testing (see https://code.askimed.com/nf-test/assertions/snapshots/)
- Add more powerful asserts (e.g. stderr)
- Support for bin and lib folder
- Support to integrate local jar files (see https://code.askimed.com/nf-test/assertions/libraries/)
- Add plugin system (see https://code.askimed.com/nf-test/plugins/using-plugins/)