Skip to content

Releases: lancetipton/parkin

v6.6.1

02 Jan 03:42
7163834
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.1...v6.6.1

v6.5.1

04 Dec 14:21
3221a92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.5.1

v6.5.0

02 Dec 00:31
154ac02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.3.0...v6.5.0

v6.3.0

04 Sep 01:19
5052259
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.1...6.3.0

v6.1.1

01 Sep 02:13
1f34001
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.1.1

v6.1.0

30 Aug 01:06
0e89a1a
Compare
Choose a tag to compare

What's Changed

  • feat: add skip and exit options by @lancetipton in #53
    • Add test optionskipAfterFailed - Allow skipping future steps when a step fails
    • Add test optionexitOnFailed - Allow exiting test exec when a step fails
    • Fix PromiseRetry error name
      • Only overrides name when retry is set
      • Add result to error when it exists

Full Changelog: 6.0.0...6.1.0

v6.0.0

29 Aug 01:01
08aea10
Compare
Choose a tag to compare

What's Changed

  • Ref to test action metadata by @lancetipton in #49
  • Normalize test run callback names by @lancetipton in #51
  • Ensure callbacks are always called even on error

Full Changelog: 5.2.0...6.0.0

v5.2.0

27 Aug 23:49
066a537
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...5.2.0

v5.1.1

02 Aug 21:49
319f7dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

02 Aug 03:55
54c0f44
Compare
Choose a tag to compare

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