Home
How to Launch selenium firefox tests with docker? Posted in Quality-assurance • 4407 read Oracle with docker Posted in Devops • 6662 read The fat docker container Posted in Devops • 5081 read Just one build for spas Posted in Devops • 10697 read
I will show you how to run selenium tests without a ton of tools in your machine. This was a result of https://stackoverflow.com/questions/67090130 Introduction Commonly to run selenium tests, the developer has problems with its machine due its pre-installed browsers... Read more...
Was a pain but at the end I was the winner. Here are the steps to build and start an oracle express 11 with docker Step1 Download the Oracle Database Linux Binary Your first step is to download the Download... Read more...
Some guy wanted to know how start several process in one docker container: https://stackoverflow.com/questions/70308825/how-to-package-several-services-in-one-docker-image/70326121#70326121 Let’s start!! We can start several process in one docker container, but you should not do it According to the Docker official docs: It is generally... Read more...
If you are familiarized or tired of build your spa for testing and then another build for stagging and then another build for production, this post is for you!! Backend applications In the backend applications (java, ruby, python, c#, php,... Read more...