Skip to content

v5.1.0

Compare
Choose a tag to compare
@lancetipton lancetipton released this 02 Aug 03:55
· 30 commits to main since this release
54c0f44

What's Changed

  • feat: add tests for findInFeature
  • fix: file name clean up and expose generateId
  • fix: formatting and type fixes
  • feat: extend cli reporter
    • include export for reporter
  • extend error object with new Parkin Error
    • Error messages are still the same
  • Allow passing metadata as the 3rd argument
    • Can still pass number of timeout
    • Now allows both
  • Add warnOnFailed to metadata
    • Sets a failed test status to warn, not error when it is true
    • Test.action now accepts a metadata property as well as a ParkinMetaData property
    • ParkinMetaData will override metadata
  • Update esbuild deps
  • Fix issues with Parkin.runner options
    • Add more tests
  • Fix issues with spec-id in results
  • failed expectations of Test results now can include the a full error object
    • This is added automatically when a test fails and the error is captured
  • feat: add reporters export and clean up build config

Full Changelog: v5.0.0...v5.1.0