---
id: testing
sidebar_label: 005 - Unit testing your plugin
title: 005 - Testing
description: How to write unit tests for your Backstage backend plugin
---

## Testing is important

We've done a lot of manual testing up to this point of functionality. Let's start putting those assumptions into code that we can run on every change to ensure things are working correctly.

## Router-level testing

<!--TODO-->

## Plugin-level testing

<!--TODO-->

## OpenAPI testing

<!--TODO-->

### Integration with Jest tests

<!--TODO-->

### Fuzzing

<!--TODO-->
