Don't create the ini file

Issue #168 wontfix
Henrique Gottardi Werlang created an issue

When I execute all the tests, is created a file called TestInsightSettings.ini. I know this file is to configure the listen ports for the test insight execution. But the default values are enough to run the tests. When this file is created, I always must remove from output directory to not be committed in the Git repository. It is possible to don’t create this file, if the configuration ports isn’t changed?

Comments (1)

  1. Stefan Glienke repo owner

    It's not just about the port but potentially about the hostname when you deploy to another machine and run from there.
    Just add TestInsightSettings.ini to your .gitignore

  2. Log in to comment