Skip to content

Instantly share code, notes, and snippets.

View fdmysterious's full-sized avatar

Florian Dupeyron fdmysterious

View GitHub Profile
@Tset-Noitamotua
Tset-Noitamotua / README.md
Last active January 13, 2025 12:19
HOW-TO enable MarkDown support in RobotFramework

HOW-TO enable MarkDown support in RobotFramework

You want to execute robot test which are inside fenced code blocks of a markdown file (.md) like any normal robot test? Follow the steps below then you can run your tests as simple as robot your_test_suite.md with all robot command line execution options.

This will add support for .md files to RF

  1. Clone [RobotFramework][4] repository
  2. Save the code below as 'mdreader.py' in parsing folder of your local clone. It's based on [restreader.py][1]
  3. Add this from .mdreader import MarkDownReader [here][2] to your local clone.