# qttest-utils **Repository Path**: mirrors_KDAB/qttest-utils ## Basic Information - **Project Name**: qttest-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-03 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodejs qttest-utils ![Build Status](https://github.com/KDAB/qttest-utils/actions/workflows/ci.yml/badge.svg) ![Pre-commit](https://github.com/KDAB/qttest-utils/actions/workflows/pre-commit.yml/badge.svg) A [nodejs](https://www.npmjs.com/package/@iamsergio/qttest-utils) module for listing Qt Test executables and their individual test slots from a CMake build directory. To be used by vscode extensions that implement the `Testing API`, but can also be used standalone for whatever reason ;). Used by [vscode-qttest](https://github.com/KDAB/vscode-qttest) extension. ## Installation ```bash npm i @iamsergio/qttest-utils ``` ## Example ```bash cd test/qt_test cmake --preset=dev cmake --build build-dev/ cd ../.. tsc node out/example.js test/qt_test/build-dev ```