Page 1 of 1

Ranorex and Docker

Posted: Tue Nov 21, 2017 3:26 pm
by floolf
Hello,

I would like to know if it is possible to compile/execute ranorex tests using Docker and how

Thank for your answer

Re: Ranorex and Docker

Posted: Tue Nov 21, 2017 3:41 pm
by odklizec
Hi,

I don't remember any discussion about using Docker with Ranorex. Since Ranorex solution is msbuild-compatible, you need to find a way to use msbuild with docker. Check for example this blog post:
https://blog.alexellis.io/3-steps-to-ms ... th-docker/

Re: Ranorex and Docker

Posted: Mon Nov 27, 2017 4:05 pm
by krstcs
You will most likely ONLY be able to build on Docker. Docker does not include a realized desktop for Windows, which is required for execution of automated functional UI tests like Ranorex.