Skip to content

v0.1.2

Compare
Choose a tag to compare
@andostronaut andostronaut released this 28 May 14:43
· 47 commits to main since this release
546a65e

What's Changed

  • feat: add actual and exceptation to be added to log and pdf export by @iamando in #55
  • feat: import openai by @iamando in #57
  • feat: impl json config for drowser and export push all cases history inside reports json by @iamando in #58
  • feat: rename browser type to be simple as browser on driver params by @iamando in #59
  • docs: update readme by @iamando in #60
  • chore: rename some type and constants by @iamando in #61
  • feat: use constant for case status by @iamando in #62
  • feat: use nanoid for identify each case and task case by @iamando in #63
  • feat: use passed or failed for case status by @iamando in #64
  • feat: use avg duration and coverage to be number by @iamando in #65
  • feat: run flaky test on driver and push to json reports by @iamando in #66
  • feat: push results count to month key on metric by @iamando in #67
  • feat: use sample of data set to metrics by @iamando in #68
  • feat: populate metrics data by @iamando in #69
  • feat: export data in month for graphs by @iamando in #70
  • feat: push dynamic data to the metric graphs by @iamando in #71
  • feat: update data graph by current month of test by @iamando in #72
  • feat: calcute total test effecttued , passed , failed , avg duration, coverage and flaky test by @iamando in #73
  • feat: add broswer to each result and update combined grp by sts to be from combined total test array by @iamando in #74
  • feat: add firefox in basic test and show on log completed type of browser by @iamando in #75
  • feat: add browser type in each case by @iamando in #76
  • feat: handle custom test fn and stringify source code by @iamando in #77
  • feat: add type of test in result and export always on success or error by @iamando in #78
  • feat: migrate flaky runner to in runner file by @iamando in #79
  • feat: remove flaky runner and use directly results for main core cases by @iamando in #80
  • feat: import assert from deno std lib by @iamando in #81
  • feat: drop object type case and use only function by @iamando in #82
  • docs: update readme doc by @iamando in #83
  • feat: set case as null if not defined and update doc about url config by @iamando in #84
  • chore: clean deps remove node-fs from import map by @iamando in #85
  • feat: upgrade deno json version to 0.1.2 by @iamando in #86

Full Changelog: v0.1.1...v0.1.2