# Test Execution Issues

### Tests are not being generated

If Kerno is not generating tests or if the process is stuck , try the following troubleshooting steps:

* Make sure you project contains a dockerfile in your root directory so Kerno can use it to start your application. If you don't have one, create one, and try again.
* Make sure your [stack is supported](/docs/getting-started/supported-technologies.md) by Kerno. If your project uses an authentication method currently not supported by Kerno or uses an unsupported protocol (e.g. gRPC), tests will not run.
* Restart your IDE and try again.

***

### Test are executed but the results are empty or show 500s

If Kerno is not generating tests or if the process is stuck , try the following troubleshooting steps:

* Make sure you project contains a dockerfile in your root directory so Kerno can use it to start your application. If you don't have one, create one, and try again.
* Make sure your [stack is supported](/docs/getting-started/supported-technologies.md) by Kerno. If your project uses an authentication method currently not supported by Kerno or uses an unsupported protocol (e.g. gRPC), tests will not run.
* Restart your IDE and try again.

{% hint style="info" %}
If you encounter issues or have questions, [message us on Discord](https://discord.gg/k8yA9tZdP9), and we’ll gladly help.
{% endhint %}


---

# 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://kerno.gitbook.io/docs/troubleshooting/test-execution-issues.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.
