Remove Continuous Integration Remove Examples Remove Testing
article thumbnail

Getting started with continuous integration for Nest.js APIs

CircleCI

You will also learn the recommended approach to writing tests for each API endpoint. Finally, you will be able to automate the testing process using CircleCI. Run the following command to create a new application: nest new nest-starter-testing. For example, whenever you send an HTTP POST request from the front end to a Node.js

article thumbnail

Secure Continuous Integration Part 1: OWASP ZAP Tutorial

Gorilla Logic

Well, you can start in your design or planning session, but my recommendation is to start in the continuous integration process. A high-level diagram of secure continuous integration process. Analyze your current DevOps pipeline: Is your continuous integration process building a website?

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

Simplifying CI/CD with Pytest and Selenium for Web Automation Testing

Perficient

In today’s fast-paced software development environment, Continuous Integration (CI) and Continuous Deployment (CD) have become essential practices. They help development teams to integrate code changes frequently, automate tests, and release software faster. What is CI/CD? What is CI/CD?

Testing 52
article thumbnail

Maintaining conventions in dbt projects with dbt-bouncer

Xebia

hooks: - id: check-model-has-tests args: ["--test-cnt", "2", "--"] While dbt-checkpoint offers numerous useful hooks, it is limited by the fact that it is designed to work as a pre-commit hook. Tests can be added for models, documentation coverage and best practices like avoiding chained views.

article thumbnail

Elevating Selenium Testing: Comprehensive Reporting with Pytest

Perficient

When you’re running Selenium tests in Python, particularly in large projects, the ability to generate detailed and readable reports is essential for understanding test results, tracking failures, and improving overall test management. Test reports provide more than just a summary of whether tests have passed or failed.

Report 52
article thumbnail

Our DevOps Methodologies: The Continuous Integration Interview

Exadel

There is a wealth of information out there on how to implement continuous integration (CI) as a process. What exactly is continuous integration? Continuous integration (CI) is a development practice that requires programmers to integrate code into a shared repository several times a day.

article thumbnail

Continuous integration for Angular applications

CircleCI

Creating and running tests for your Angular application. Automating Angular tests with continuous integration. Automated testing is the foundation of your continuous integration practice. In this tutorial, I will show you how to automate the testing of an Angular application. Prerequisites.