Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

In this tutorial, we will create some tests in Behave, which is a Cucumber variant for Python.

...

We'll show how to use Behave JSON format and also how to generate a Cucumber JSON report, in case you need it.toc


Note
iconfalse
titleSource-code for this tutorial
typeInfo

Code is available in GiHub; the repo contains some auxiliary scripts.


Requirements

  • Install Behave
  • Install PyHamcrest

...