Skip to main content

Featured

Build docker image from multiple build contexts

Build docker image from multiple build contexts Building a docker image requires specifying a source of truth to include in the image from a local directory or a remote git repository. In the previous version, the docker BuildKit allows users to specify the build context from a single source of truth only. However, the engineers may need to have the context from different locations based on the type of files. For instance, icons, images or other resources that are not included in the same package, including the resource from other docker images. Fortunately, the Docker Buildx toolkit supports multiple build context flag for Docker 1.4. Let's learn how to use this new feature. The following list is a shortcut for jumping into a specific topic handy. What version of Docker is this tutorial targeting? How to specify the version of Dockerfile frontend? Ho

[Katalon] How to install Katalon Studio

Note: The screenshot may differ than the actual web pages if Katalon updates their official website. (Date of the screenshot is 06/2019)

Katalon Studio is a free automation testing solution built on top of the automation frameworks Selenium, Appium with a particular IDE for API, web app and mobile app testing. By using Katalon, Git, JIRA, Slack, Jenkins, can be integrated into the automation testing flow work.

Let's learn how to install Katalon Studio in the few steps in an easy way:
      1. Go to the home page of Katalon at https://www.katalon.com/
      2. Click the "Download Now" button


      3. Create an account for activating Katalon Studio and upload the testing report to Katalon Analysis.


      4. The downloading progress of installation file according to your operating system will be started automatically. If it does not, just choose the platform from the dropdown list and click the "Download" button.


After the installation finished, we can start to "activate" Katalon Studio for further tutorials.



Comments

Popular Posts