Remove articles handling-integration-tests-in-a-ci-pipeline
article thumbnail

Integrating Cypress: A Practical Guide to Streamlining Your Development Process

Perficient

In the final installment of our series on Cypress, we explore how to integrate this powerful testing tool into your development workflow. By incorporating Cypress into your continuous integration and deployment (CI/CD) processes, you can automate testing, improve code quality, and accelerate deployment cycles.

article thumbnail

Let’s Playwright with.NET 6 MVC

Xebia

He works with automated unit tests and integration tests and ensures those run in the project’s CI pipeline. Mike liked to test his work when he did backend development. The goal of this article is to tell the story of Mike’s transition from a backend developer to a full-stack developer.

MVC 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Beyond Jenkins: The Power of Cloud-Native AWS CodePipeline for Deployments

Dzone - DevOps

Tools and platforms form the backbone of seamless software delivery in the ever-evolving world of Continuous Integration and Continuous Deployment ( CI/CD ). For years, Jenkins has been the stalwart, powering countless deployment pipelines and standing as the go-to solution for many DevOps professionals.

AWS 68
article thumbnail

Basic implementation of CI & CD in Android development

Apiumhub

CI & CD is a software development practice most mobile developers in team projects use daily, however, most times the Version Control practices (or git branching strategy ) as well as the automated testing/deployment is already established and will only require small changes if anything. CI (Continuous Integration).

article thumbnail

Continuous performance testing for mobile apps

CircleCI

Performance testing is just one of the useful strategies you can use to get this result. Mobile app performance testing proactively identifies glitches, bugs, and performance bottlenecks in your app, helping you keep your users satisfied. Effective performance testing before sending your apps to production is crucial to avoid this.

Mobile 52
article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Additionally, we’ll demystify the management of a DNS hosted zone with Route 53, including its seamless integration with third-party DNS hosting providers. We laid the groundwork for understanding the essentials that underpin the forthcoming discussions. We’ll study the advantages and limitations associated with this technique.

AWS 147
article thumbnail

Automating Serverless Deployment of Lambda Functions with Terraform using Codegiant’s CI/CD

Codegiant

Agenda Create and test your Python file locally. Create and test your terraform files to create AWS Lambda. Update your.codegiant-ci.yml file as per need, and run the pipeline. file: This is the most important file for the CI/CD deployment using Terraform. Import your repo to Codegiant’s workspace. Terraform main.tf

Lambda 52