We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4f825 commit 9490e6eCopy full SHA for 9490e6e
UiTests/B2CUiTest/B2CUiTest.cs
@@ -18,7 +18,7 @@
18
namespace B2CUiTest
19
{
20
public class B2CUiTest : IClassFixture<InstallPlaywrightBrowserFixture>
21
- {// if some other app is listening on the port I want can I kick it off? Also, could I kill the process using the port or at least ID it?
+ {
22
private const string KeyvaultEmailName = "IdWeb-B2C-user";
23
private const string KeyvaultPasswordName = "IdWeb-B2C-password";
24
private const string KeyvaultClientSecretName = "IdWeb-B2C-Client-ClientSecret";
0 commit comments