---
title: "Which file types from github does Ketryx support?"
description: "Ketryx currently supports managing configuration items in the following file formats: Markdown (.md) files (support for all item types) Cucumber (.feature) files using Gherkin syntax (support for items of type Test Case) Java (.java) files (support for items of type Test Case) Kotlin (.kt) files…"
category: "Frequently Asked Questions"
section: "Git Based Configuration Items"
keywords: ["files", "test case", "github", "file", "types", "type", "currently supports", "information configuration"]
source_url: "https://support.ketryx.com/hc/en-us/articles/34639562613005-Which-file-types-from-github-does-Ketryx-support"
last_reviewed: 2026-06-11
---

# Which file types from github does Ketryx support?

Ketryx currently supports managing configuration items in the following file formats:

- Markdown (.md) files (support for all item types)
- Cucumber (.feature) files using Gherkin syntax (support for items of type _Test Case_)
- Java (.java) files (support for items of type _Test Case_)
- Kotlin (.kt) files (support for items of type _Test Case_)
- Swift (.swift) files (support for items of type _Test Case_)

More information about the configuration of Git-Based items can be found [here](https://docs.ketryx.com/manuals/man-09-git-based-configuration-items).

## Related articles

- [Does Ketryx offer integration with Git but not with GitHub for managing requirements, specifications, and test cases? Should these be written as markdown files instead of GitHub issues?](does-ketryx-offer-integration-with-git-but-not-with-github-for-managing.md)
- [For automated tests in Github, does integration require the project to use a specific syntax or can you work with the conventions the project already uses? Will the integration require us to change how we write automated tests?](for-automated-tests-in-github-does-integration-require-the-project-to-use-a.md)
- [Are there attributes you can assign to each test case?](are-there-attributes-you-can-assign-to-each-test-case.md)
- [I have a requirement that says \"Validation test case missing\" even though I have it linked to a software item spec and a test case. What am I missing?](i-have-a-requirement-that-says-validation-test-case-missing-even-though-i-have.md)
- [How do you differentiate between test items that are part of verification testing and the ones that belong to validation testing?](how-do-you-differentiate-between-test-items-that-are-part-of-verification.md)
