Commit Graph

  • eff82509c7 - Fix #257 - fixed issue when generating a step with a '$' sign in - Fix #256 - Ensure all exceptions generated when running a step are logged - Fix #253 - Ensure features with descriptions that span more than one line are parsed correctly - Fix #252 - Ensure all async code is awaited - When taking a screenshot on the web use the render element rather than relying on native code that does not work Jon 2022-07-25 17:08:05 +1000
  • 4378a2447d
    Merge pull request #244 from robert-virkus/integration_test__package_support Jon Samwell 2022-07-12 15:51:09 +1000
  • c80557e291
    Merge pull request #246 from youssef-t/integration_test__package_support Jon Samwell 2022-07-12 15:50:39 +1000
  • a29dc02ddd
    Merge pull request #250 from huylg/integration_test__package_support Jon Samwell 2022-07-12 15:50:05 +1000
  • 8ae1e47fc7 --keep-app-running is no more avaliable huy 2022-07-12 12:44:03 +0700
  • be29f5af45 Fix redundant escaping youssef-t 2022-07-06 17:38:42 +0200
  • ce1edacf59 feat: add standard configuration for web Robert Virkus 2022-07-06 09:42:25 +0200
  • 7ee9f801d1 - Fix #231 - using local coordinate system when taking a screenshot on Android (thanks to @youssef-t for the solution) - Fix #216 - ensure step exceptions and `expect` failure results are added as errors to the json report - Scenarios can now have descriptions which also appear in the json reporter output Jon 2022-07-01 13:25:36 +1000
  • b73da409b3 fix(#231): Exposed `frameBindingPolicy` on the test runner when running tests which can affect how frames are painted and the speed of the test run, I've removed the default value which might be responsible for #231 Jon 2022-06-29 11:49:08 +1000
  • 66919d6539 fix(#237): remove reference to dart:html and gaurd stdout function so library works on web Jon 2022-06-28 09:04:01 +1000