Skip to content

nodejs API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.

KDAB/qttest-utils

Repository files navigation

nodejs qttest-utils

Build Status Pre-commit

A nodejs 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 extension.

Installation

npm i @iamsergio/qttest-utils

Example

cd test/qt_test
cmake --preset=dev
cmake --build build-dev/
cd ../..
tsc
node out/example.js test/qt_test/build-dev

About

nodejs API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.

Resources

Stars

Watchers

Forks

Packages

No packages published