Open vprajapati-tt opened 15 hours ago
When running locally, I noticed that it would open a webpage and restart the server for every testcase. This may potentially be the cause (it's also just inefficient)
You are right, we use model_explorer.visualize, which does try to open the browser. We should switch to visualize_with_config here as well. On the other hand we need to restart the server for every test in order to make sure that if one test fails in a way that crashes the server the others are not affected. I think that it is efficient enough for now, if it starts taking too long we can discuss other solutions.