Best of AutomationAugust 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP71: CI/CD Pipeline Explained in Simple Terms

    This week’s system design refresher: Why Google and Meta Put Billion Lines of Code In 1 Repository? What does API gateway do?

  2. 2
    Article
    Avatar of asayerasayer·3y

    Create a CI/CD Pipeline for Front End Projects

    In modern front-end development, automating the testing and deployment of your apps is mandatory to avoid wasting time or making mistakes. This article will show you how to go about achieving this goal. We’ll walk through the crucial elements of a successful pipeline for Front-end projects.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Building a Unified Notification System with GitHub Actions

    Build a Unified Notification System with GitHub Actions with GitHub actions. Explore the power of GitHub actions by integrating with multiple notification services including Slack, Chime, Teams, AWS SNS and more. In this blog, we will explore the process of building GitHub Actions for notifications services to publish actions execution results for Slack, Discord, Teams.

  4. 4
    Article
    Avatar of lambdatestLambdaTest·3y

    Selenium Manager in Selenium 4.11.0: New Features and Improvements

    Selenium Manager in Selenium 4.11.0: New Features and Improvements. Selenium manager is a binary tool generated using Rust that provides automated driver management for Google Chrome, Mozilla Firefox, Microsoft Edge, and Microsoft Edge. It is still in Beta; it is becoming a relevant component of Selenium.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Behavior Driven Development (BDD) -- Bridging the gap between Business and Software Testing

    Behaviour-Driven Development (BDD) is a method used in software development to align software development process with its business requirements. This method aims to facilitate better communication between the technical and non-technical team members involved in software. This article will introduce BDD and explain its principles, motivations, and methodology.