Agile, Android

Elevating Testing Efficiency with Kubernetes: A Tester’s Guide

In the era of agile methodologies and DevOps practices, the traditional boundaries between roles are blurring, necessitating a collaborative approach across cross-functional teams. For testers, this entails gaining proficiency in tools beyond their traditional domain, including Kubernetes—a pivotal platform for container...

28-Mar-2024

DevOps

Running Docker Inside Docker Container using Custom Docker Image

Introduction and Scenario There are various use cases for running Docker inside a host Docker container, which we will mention later on, but one of the use cases that often comes in handy is when we run a Docker container as a Jenkins agent. Suppose we want to build and push our application image to any Docker registry, say ECR, and...

by Ketan Joshi
Tag: #CI/CD
14-Mar-2024

Front End Development, Software development

GitHub Actions for Seamless CI/CD

Introduction Github Actions is an automation platform that is provided by Github. Using Github Actions, you can Automate, customize, and execute your software development workflows in your GitHub repository. GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test,...

by Sudarshan .
Tag: #CI/CD
05-Feb-2024

Automation Testing, Node.js

Playwright with CI/CD: Harnessing Headless Browsers (Xvfb) for Seamless Automation in Node JS

In the fast-paced world of software development, automation has become the key to ensuring the quality and reliability of web applications. When it comes to web testing and scraping, Playwright has emerged as a powerful tool for automation and interactions with web pages across multiple browsers. In this blog, we'll delve into the...

by Nutan Maurya
Tag: #CI/CD
21-Sep-2023

DevOps

Jenkins Security Management

In this blog, We will learn how to secure Jenkins. One can manage security levels in the Jenkins environment and project security through "Configure Global Security." Securing Jenkins defines who is allowed to access/use the system. Jenkins provides 5 types of authorization. Anyone can do anything- This is the least secure setup...

by Prashant Kumar
Tag: #CI/CD
12-Apr-2023