# Testing

{% hint style="warning" %}
**Note (Updated: 2025-05-01):** This page might contain outdated information. For the most up-to-date documentation, please visit the main [Building Dimension Adapters](/list-your-project/other-dashboards.md) guide.
{% endhint %}

## Testing

After adding your adapter to the correct folder, you will be able to test it by checking the output of the following command:

```
> npm test [dashboard] [protocolSlug]
```

or

```
> npm test [dashboard] [protocolSlug] [timestamp]
```

Being `[dashboard]` one of the following values: `dexs`, `fees`, `incentives`, `aggregators`, `options`, `derivatives`. `[protocolSlug]` the name of your protocol and `[timestamp]` as optional parameter the timestamp of the day passed to the adapter to test if the adapter is able to return a response based on a given time.

Examples:

```
> npm test fees bitcoin
```

```
> npm test dexs uniswap 1662110960
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.llama.fi/list-your-project/other-dashboards/testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
