Skip to main content

Tests

Quick start

To get started with Tesmon, you only need to create two files:

1. tesmon.config.yml

This file defines the workspace and files to be included for the build. You can specify the target environment, platform, dependencies, and other settings that are necessary to build and run your tests.

2. tests.yml

This file contains your actual tests.

You can check out our Examples repository for more examples and templates to help you get started at - Examples