# Create TOML File

The .turbo-test.toml file instructs TURBO TEST how to execute your tests on Ubuntu 22.04.3 LTS servers. The configuration file is structured in TOML format.

Create a .turbo_test.toml file in your repository root. For example, execute these commands from your command line terminal:

cd $REPOSITORY_LOCAL_DIRECTORY
touch .turbo_test.toml

Next, create a configuration file for your project:

Go
../../programing_languages/go/

Java
../../programing_languages/ruby/

Javascript / NodeJS
../../programing_languages/javascript_node/

PHP
../../programing_languages/php/

Python
../../programing_languages/python/

Ruby on Rails
../../programing_languages/ruby/