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.
Working C++ compilation environment with CMake Working Python 3=> environment
Clone the repository. Install Pydind11 Install Robot Framework
After cloning repostiry run CMake
cmake -S ./ -B build
Robot Framework
robot rf-tests/movie-rental-tests.txt