Scaffolding is also used to create a test preset. In the IDE you need to switch to the numberswithfilelogger-tests configuration and build the test application. After that, you can run the tests.
From the terminal you have to run these three commands to configure, build and run the tests:
```
cmake --preset numberswithfilelogger-tests
cmake --build --preset numberswithfilelogger-tests-build
ctest --preset numberswithfilelogger-tests
```