We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5113f commit ac0dfffCopy full SHA for ac0dfff
1 file changed
MyApp.Tests/IntegrationTest.cs
@@ -6,6 +6,7 @@
6
7
namespace MyApp.Tests;
8
9
+[Explicit("Integration tests")]
10
public class IntegrationTest : TestBase
11
{
12
const string BaseUri = "http://localhost:2000/";
0 commit comments