I would like to use the TestBrowser
But I don't understand how I can save the settings I make in the TestBrowser. For example I might use the UI to add tests and configure other things regarding the tests. But when I close Matlab and open it again those settings are all gone.
What I was hoping for was some kind of text configuration file where I could specify the tests I want to run in the TestBrowser. That way I would also be able to version it using Git. But I couldn't find anything like that. There also doesn't seem a way to define a TestSuite in code and then have it run in the TestBrowser, or am I missing something?
I'm not asking for alternative TestRunners and Plugins like the runner = testrunner('textoutput') or matlab.unittest.plugins.TestReportPlugin which can be configured and run using simple *.m files that I can version with Git. What I want to know is if something similar is possible but using the TestBrowser.