@iamsergio/qttest-utils
v2.3.0
Published
API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.
Downloads
10
Readme
nodejs qttest-utils
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