Seddryck / NBi

NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
http://www.nbi.io
Apache License 2.0
107 stars 37 forks source link

Stacktrace shows ConnectionString Username and Password on failure #662

Closed Davijde closed 2 years ago

Davijde commented 2 years ago

Hello, When I execute Test Suite through AzureDevOps in case of test failure it shows clearly all sensitive data from Connection String.

I'm targeting Azure SQL Database and SQL Pool

2021-10-14_13-02-07

I tried with all possible Authentication methods but this seems to be the only working one on DevOps.

There is a way to hide the string info and just showing the actual test failing?

Seddryck commented 2 years ago

Does it solve your issue? https://github.com/Seddryck/NBi/issues/585

Seddryck commented 2 years ago

As there is no answer, i consider that indeed this previous issue resolution was also applicable for this case.