From 34e873c655566650ebabed70805a5f6b7da57515 Mon Sep 17 00:00:00 2001 From: forgedhallpass <13679401+forgedhallpass@users.noreply.github.com> Date: Fri, 20 Aug 2021 15:02:14 +0300 Subject: [PATCH] Adding Intellij Idea/GoLang run configurations that enable running the unit, integration, functional/regression tests at a click of a button or using keyboard shortcuts. --- .run/IntegrationTests.run.xml | 19 +++++++++++++++++++ .run/RegressionTests.run.xml | 19 +++++++++++++++++++ .run/UnitTests.run.xml | 12 ++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 .run/IntegrationTests.run.xml create mode 100644 .run/RegressionTests.run.xml create mode 100644 .run/UnitTests.run.xml diff --git a/.run/IntegrationTests.run.xml b/.run/IntegrationTests.run.xml new file mode 100644 index 000000000..dad3e3343 --- /dev/null +++ b/.run/IntegrationTests.run.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.run/RegressionTests.run.xml b/.run/RegressionTests.run.xml new file mode 100644 index 000000000..f6f789b59 --- /dev/null +++ b/.run/RegressionTests.run.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.run/UnitTests.run.xml b/.run/UnitTests.run.xml new file mode 100644 index 000000000..edc05c22c --- /dev/null +++ b/.run/UnitTests.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file