简体   繁体   中英

How to run a robot framework script from azure databricks notebook?

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?

Databricks supports 4 Default Language:

Python,

Scala,

SQL,

R

在此处输入图像描述

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM