TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

No way to set the internal trace level in GUI #9

Closed CharliePoole closed 8 months ago

CharliePoole commented 5 years ago

This can be set when running at the command line, but it would be convenient to have a gui option to change it as well.

CharliePoole commented 5 years ago

Taking this out of the 1.0 release. On review, it turns out that the engine doesn't support changing the internal trace level on the fly. It has to be set up when the engine is initialized.

CharliePoole commented 8 months ago

Trying a small modification, which initializes InternalTrace each time the level is set.