Skip to content

rgnyman/rf-cplusplus-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rf-cplusplus-example

Example how to connect Robot Framework to c++ application using Pybind11

Application that is tested is simple Movie library modified from Martin Fowlers movie library refactoring example. There is plenty of functionality missing from Movie library that can be added using TDD and ATDD.

Prerequisite

Working C++ compilation environment with CMake Working Python 3=> environment

Installation

Clone the repository. Install Pydind11 Install Robot Framework

Building

After cloning repostiry run CMake cmake -S ./ -B build

Running tests

Robot Framework robot rf-tests/movie-rental-tests.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published