---
title: "test_all front"
method: POST
path: "/tester/all"
tags: ["front"]
---

# test_all front

`POST /tester/all`

Endpoint for running ALL API Integration Tests for the Weather System, allowing for filtering on included or excluded tests

## Request body

- FrontTestAllRequestBody
  - `exclude` string[] — Tests to exclude
  - `include` string[] — Tests to run

## Response `200`

OK response.

- TestResults
  - `collections` TestCollection[], required — Test collections
    - `duration` integer, required — Duration of the tests in ms
    - `fail_count` integer, required — Number of tests that failed
    - `name` string, required — Name of the test collection
    - `pass_count` integer, required — Number of tests that passed
    - `results` TestResult[] — Test results
      - `duration` integer, required — Duration of the test in ms
      - `error` string — Error message if the test failed
      - `name` string, required — Name of the test
      - `passed` boolean, required — Status of the test
  - `duration` integer, required — Duration of the tests in ms
  - `fail_count` integer, required — Number of tests that failed
  - `pass_count` integer, required — Number of tests that passed

## Changes

- **2024-01-06** `765f2ac1a875` — 1 info
  - endpoint added
- **2022-01-28** `aa70ff2235a7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/goadesign/apis/weather-forecast-service-api/changes/tester/all/post.md)

---

[API](https://skmtc.dev/goadesign/apis/weather-forecast-service-api.md) · [All operations](https://skmtc.dev/goadesign/apis/weather-forecast-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goadesign/weather-forecast-service-api/revisions/759043834b50/schema)
