Best of TestingJanuary 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Write Unit Tests in React

    How to Write Unit Tests in React is a simple way to get started with writing unit tests. Testing involves checking if your code is functioning as it's supposed to by comparing the expected output with the actual output. In general, your tests should cover the following aspects of your code: If a component renders with or without props.

  2. 2
    Article
    Avatar of phProduct Hunt·3y

    Argos - Developer-first visual testing platform

    Developer-first visual testing platform Argos first launched on January 1st, 2023. Argos was hunted by Greg Bergé in Open Source, SaaS and Jeremy Sfez. The most active community members Tools Founder Club Amazing deals to kickstart your startup Launch Guide Checklists and pro tips for launching Jobs About us.

  3. 3
    Article
    Avatar of quastorQuastor Daily·3y

    How Airbnb Built a Low Latency, Highly Scalable Key Value Store

    Airbnb built a highly scalable key value store that they could use to serve data for their ML applications. The Architecture of Airbnb’s Distributed Key Value Store was sponsored by Spotify. We talk about building a culture around automated testing and strategies Spotify uses for large scale migrations.

  4. 4
    Article
    Avatar of logrocketLogRocket·3y

    A guide to visual debugging with Vitest Preview

    Vitest Preview allows developers to see the execution of their code in real-time, making it easier to identify and fix problems. Vitest is a new unit testing framework that’s built for speed. If you are new to unit testing with Vitest, we’ve written a guide demonstrating how to test a frontend application.

  5. 5
    Article
    Avatar of rubylaRUBYLAND·3y

    Jenkins Integration with Cypress Testing

    Jenkins Integration with Cypress Testing is an open-source continuous integration/continuous delivery and deployment (CI/CD) tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines, which helps get Test scripts/testing automated. When a developer commits code, it can immediately be tested.