Docker Introduction (Part-10) - Containerize Robot Framework | Run Robot Tests using Docker Image

preview_player
Показать описание
Git repo link

In this video we will learn how to containerize a robot framework using the dockerfile. After containerizing the robot framework we will also take two examples to run and show that how the container which is an executable is used to execute the robot scripts.

------------------------------------------~~~~~~~~~~~~~~~~~~~~-------------------------------
Twitter : @rajtechtrainer
-------------------------------------------~~~~~~~~~~~~~~~~~~~~------------------------------
Рекомендации по теме
Комментарии
Автор

I am not able to locate the GitHub details for dockerfile and robot scripts..could you please share the details....you explained the difficult concept very easily....good job.

vaigup
Автор

Thank you for the wonderful training videos. Can you provide the link to the github repository with this docker file ?

anusravzvlogs
Автор

Hi sir while running robot scripts on container it throwing error:cannot find chrome binary ...any reason for this thanks in advance.

sharathkumarkpsowrakasha
Автор

Hello. Thank you very much for the clear explanation. When I tried to create the image from the docker file, I run into the interactive mode which asks met to choose my timezone, then nothing happened, stopped! how can I run it in non interactive mode.

nesreenmohd
Автор

while using in linux i am getting this error please help me with this below error
docker run -v \docker:/robot -v \results:/results robot_container --outputdir /results /robot/demo.robot
[ ERROR ] Parsing '/robot/demo.robot' failed: File or directory to execute does not exist.

madhavwebapps
Автор

Can't we use a windows docker image instead of Ubuntu?

rithvikkrs
Автор

can you please share your github url ?

ashokkumargual
Автор

Thanks for sharing the codes/tips and great lesson on Robot with Docker. I try to use your codes but I have a problem when creating the image. It shows error on this code, "dpkg -i google-chrome*.deb". In the terminal, it shows "The command '/bin/sh -c dpkg -i google-chrome.deb' return a non-zeror code: 1'. Any suggestion? (note that the errors can be found on terminal like:
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libgbm1 (>= 8.1~0); however:
Package libgbm1 is not installed.

dpkg: error processing package google-chrome-stable (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
google-chrome-stable
ERROR: Service 'robot' failed to build: The command '/bin/sh -c dpkg -i google-chrome*.deb' returned a non-zero code: 1
)

tuevu
Автор

Mine is failing on this line: => ERROR [16/24] RUN dpkg -i google-chrome*.deb
executor failed running [/bin/sh -c dpkg -i google-chrome*.deb]: exit code: 1

giancarlosantiago