NashTech Insights

CI/CD integration

Posts by categories

Posts by tags

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback

Introduction: In today’s fast-paced software development landscape, delivering high-quality applications quickly is paramount. One crucial aspect of ensuring the reliability and performance of modern applications is API testing. APIs (Application Programming Interfaces) serve as the backbone of most applications, enabling communication and data exchange between various components. Proper API testing is essential to identify issues …

API Testing | Implementing parallel test execution in your CI/CD pipeline for faster feedback Read More »

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD

Introduction Continuous integration and delivery (CI/CD) has become essential in today’s software development environment for delivering timely and dependable product releases. Docker has become a well-liked solution for packaging apps and their dependencies with the emergence of containerization. In this blog post, we’ll look at Dockerizing playwright tests for CI/CD. Table of Contents 1. Understanding …

DOCKERIZING PLAYWRIGHT TESTS FOR CI/CD Read More »

How to integrate lighthouse ci with GitHub actions

We can integrate Lighthouse CI with GitHub actions to automate the process of testing web performance. The purpose of this blog post is to walk you through the steps to integrate it into GitHub actions and leverage its capabilities for automated performance testing. Getting to know Lighthouse CI This tool is open-source, developed by Google, …

How to integrate lighthouse ci with GitHub actions Read More »

Best Practices for Running Performance Tests with Lighthouse CI

For great user experiences in today’s fast-paced digital environment, website performance optimization is crucial. Developers can automate performance testing with the help of an open-source program called Lighthouse CI. To maximize the benefits of Lighthouse CI, it’s critical to follow a few recommended practices. In this blog post, we’ll look at the best tips for …

Best Practices for Running Performance Tests with Lighthouse CI Read More »

Getting Started with Lighthouse CI for Performance Testing

For websites to succeed in today’s digital environment, we must perform at our best in order to draw and keep users. A strong tool that aids in monitoring and enhancing web application performance is called Lighthouse CI. We can follow the instructions in this blog post to set up Lighthouse CI for performance testing. Lighthouse …

Getting Started with Lighthouse CI for Performance Testing Read More »

Efficient Mobile App Testing: Streamlining GitLab Integration with Appium and BrowserStack

In today’s fast-paced digital world, mobile app test automation has become essential for ensuring the quality and reliability of mobile applications. Integrating GitLab, Appium, and BrowserStack can significantly streamline the mobile app testing process, allowing development teams to achieve faster releases and deliver high-quality apps to end users. This blog post explores the powerful combination …

Efficient Mobile App Testing: Streamlining GitLab Integration with Appium and BrowserStack Read More »

Establishing a Continuous Integration (CI) pipeline for Rest Assured tests using git-lab for API testing

In this blog, we’ll look at utilizing GitLab, a popular web-based Git repository management tool, to set up a CI pipeline for Rest Assured test.  In modern software development, continuous integration (CI) is an essential technique that promotes code stability and quality. By automating the build, test, and deployment procedures, CI pipelines assist teams in …

Establishing a Continuous Integration (CI) pipeline for Rest Assured tests using git-lab for API testing Read More »

Managing data in Rest-Assured with CI/CD:Best Practices and tips

In this blog, we will look into how we can manage the date in Rest Assured(Curd operations) with Gitlab-CI/CD Rest Assured is a Java package that is used for API testing and it is also a Java library that supports JSON and XML-based Web services, also supports CRUD requests and can be used to validate …

Managing data in Rest-Assured with CI/CD:Best Practices and tips Read More »

Selenium Testing With Test Containers And CI/CD Integration

Selenium is one of the most widely used browser automation tool out there. Using Selenium, any front end application can be tested with automation. This powerful tool however requires few things in your system so it can run your automated test cases. You need to add dependencies and configurations in each system where you want …

Selenium Testing With Test Containers And CI/CD Integration Read More »