behave

Tags

Include or exclude scenarios by tags:

  • only slow scenarios: behave --tags=slow
  • all but slow scenarios: behave --tags=-slow
  • either wip or slow scenarios: behave --tags=wip,slow
  • only scenarios with wip and slow: behave --tags=wip --tags=slow
Last modified September 8, 2023: add behave (9793d50)