1. 10 May, 2018 1 commit
  2. 09 May, 2018 1 commit
  3. 16 Aug, 2017 1 commit
  4. 19 Sep, 2016 1 commit
    • Mvdb/harvest command use argparse (#527) · 6d68a72e
      * use parser.add_argument() instead of make_option()
      
      * default values for options are already defined in the parser
      
      * verbosity=4 is now not supported anymore (cannot remove arg with argparse)
      
      * do not define requires_system_checks for versions lower than 1.9
      
      * verbosity default is 3
      
      * requires_model_validation is useful for 1.6 and below
      Maxime Vdb committed
  5. 26 Jul, 2016 4 commits
  6. 19 Jul, 2016 2 commits
    • 0.2.23 · 0adc2777
      Gabriel Falcão committed
    • Feature proposal: JSON reporter (#521) · 1823a99b
      * ScenarioResult knows about optional outline
      
      * ScenarioResult needs all_steps (outlines...)
      
      * TotalResult.is_success property
      
      * jsonreport_output plugin + command options
      
      * extract background information as well
      
      * make sure step.meta.success/failed are booleans
      
      * add functional tests for the jsonreport plugin
      
      * more precise meta for features (scenarios/steps breakdown)
      
      * track total/feature/scenario/step duration
      
      * fix meta.scenarios.success when there are failures
      
      * take into account skipped/undefined/failures to determine scenario success
      Maxime Vdb committed
  7. 24 May, 2016 4 commits
  8. 10 May, 2016 1 commit
  9. 09 May, 2016 1 commit
    • Closes #451 (gabrielfalcao/lettuce/issues/451) (#518) · c612646a
      New hook for outline added. It works before_each outline and after_each outline. It is required for PyCharm lettuce scenario outline support, and it is useful anyway.
      
      Old hook is left unchanged to keep old API, but it can't be used because it is not called before and after each outline, and in case of exception and fastfail it is called after after_scenario.
      throwable-one committed
  10. 20 Jan, 2016 1 commit
  11. 05 Oct, 2015 1 commit
  12. 12 Sep, 2015 2 commits
  13. 27 Aug, 2015 20 commits