Search code examples
python-3.xselenium-webdriverrobotframeworkexecutablepackaging

How to package robot framework project in eclipse into an independent executable file


I need to convert my robot framework project in eclipse to an independent executable package file?


Solution

  • I saw something similar in this tutorial on Azure Devops. The author created some RF tests and made it run in a python package. Hope that can be useful for you

    Article: https://medium.com/@milannovovic/robot-framework-ci-cd-with-azure-devops-cf708a64b389

    Github: https://github.com/Kikkomanq/Auto1/blob/master/azure-pipelines.yml