Best of Automation — August 2023
- 1
- 2
asayer·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
Cloud 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
LambdaTest·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
asayer·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.