Skip to main content

Generate data-driven Robot Framework testcases using Jinja templates

Project description

JingeR: Jinja generator for Robot Framework

Generate data-driven Robot Framework testcases using Jinja templates.

Use Cases

  • Generate tests for a REST API
  • Static test generation (as opposed to dynamic test generation using the Listener interface)

How to use it

  1. Install the package
pip install robotframework-jinger
  1. Save the default template to the current directory
jinger init

Hint: In case your environment does not allow executing jinger, call the Python module directly:

python -m JingeR init
  1. Modify the template and the testdata

Notes

  • Each RF variable in the template that should be replaced by its value must be named according to the following pattern: ${T_foo}.
  • The template file is a valid .robot file in order to allow testing the template test case without having to first run Jinja to process the file.
  1. Generate a Robot Framework testsuite
jinger run testcase.jinja.robot testdata.py testcase.robot

Note: For debugging purposes the variables that were replaced in the template can be printed as comments in the generated .robot file by passing the option --debug to jinger run.

How it works

  1. The .robot template file is converted to a Jinja template. This involves uncommenting the Jinja for-loop and replacing all RF variables of the form ${T_var} with {{var}}.
  2. Jinja processes the template.
  3. The resulting list of testcases is written to the .robot file passed as last argument to jinger run

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework_jinger-1.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

robotframework_jinger-1.0.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page