0

Is it possible to run robot framework test suite using azure data bricks notebook?. I have a set of robot framework test suite, that uses database library, Operating System library etc.

In my local machine, I install python, pip install all necessary libraries and then run my robot code like "Python -m robot filename.robot"

I want to do the same using azure notebooks, Is it possible?

  • If my answer was helpful , You can Accept it as an Answer, so that others who encounter the same issue can find this solution and fix their problem. – Abhishek K Jan 18 '22 at 09:53

1 Answers1

0

Databricks supports 4 Default Language:

Python,

Scala,

SQL,

R

enter image description here

I was unable to find any documentation, which shows use of robot framework on databricks.

However, you can try running commands on Azure databricks which you tried on local machine.

Databricks is simply just a cloud infrastructure provider to run your spark workload with some add on capability.

Abhishek K
  • 3,047
  • 1
  • 6
  • 19