Using Docker for Automation Testing: Guide of How to Run It
Docker Engine is available on a variety of Linux platforms, macOS and Windows 10 through Docker Desktop, and as a static binary installation.
You can follow the link and learn more: https://docs.docker.com/engine/install/
Dot Env helps manage test data. For example: if you create a DotEnv for login, password and API, it will probably run for a different environment.
One is the option to run an auto-test for 2 or more environments that use the same docker container, but the parameters should be different. Just add one more step into GitLab, for example
– docker-compose run –rm automation –env API=’localhost2′
The best practice is to add one more with have already existing container, but values should be others
In this guide, we provide you with comprehensive information on how to enable Facebook login in the React Native application, a description of the process…
Chrome Developer Tools: definition and purpose Google Chrome provides developers with a toolkit commonly known as Chrome Developer Tools. It is a lifesaver for fast…
By this article, I’d like to provide you a checklist that will help you to test your product better and discover it more in-depth. Things…
Introduction Docker is a software platform designed to make it easier to create, deploy, and run applications by using containers and is one of the…
How to Train Word2vec Model With NodeJS in 5 steps: Introduction This will be a really short reading about how to get a working word2vec…
Introduction I want to explain the usage of this post in common use cases: case 1: multi tenancy web application which can send pop-up messages…