Integrates Testing | Unit & End-to-End Tests | Fluid Attacks Help

Testing - Introduction

This section contains everything regarding testing for Integrates’ backend. It explains the types of tests used and why they are employed. We run the following tests:
  1. Unit tests: Individually test functions, classes, and other low-level components of the application. These tests provide a more comprehensive understanding of the code.
  2. End-to-end tests: Test the entire application by accessing the front end and running the most typical interactions a client does. These tests provide a more comprehensive understanding of the application.
Idea
Read suggestions for testing actions not reflected locally nor caught by unit tests.

More about the Integrates backend

  1. Introduction
  2. API
  3. Logging
  4. Multitasking
  5. Testing - Unit tests
Idea
Tip
Have an idea to simplify our architecture or noticed docs that could use some love? Don't hesitate to open an issue or submit improvements.