Skip to content

1.4.0

Compare
Choose a tag to compare
@bjuric bjuric released this 12 Sep 12:48
· 793 commits to master since this release
  • Include total elapsed time at the top of all reports
  • Include start and finish times at the top of all reports
  • Make failed status in detail report a hyperlink to first failed scenario
  • Performance enhancement #26: add meta imports
    • to allow fine grained and explicit control over how meta is loaded
    • -m overrides still supported
  • Performance enhancement: internally store tags in list instead of set
  • Display elapsed time on report summary lines
  • Do not auto discover CSV files below feature directory
  • Do not treat embedded '+' literals in strings as concatenation operator
  • Scoping fix: use flash scope to track changes made to global attributes in local scopes
  • wrap long text in reports
  • Performance enhancement: store atts as list of nvp tuples instead of json
  • update gherkin parser from v3.1.2 to v4.0.0
  • Performance enhancement: improved StepDef lookup performance (use lazy iterator over view)
  • See also: change log