From eeefb4062e6e33b4265871500af2ae2b031ba044 Mon Sep 17 00:00:00 2001 From: forgedhallpass <13679401+forgedhallpass@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:14:49 +0200 Subject: [PATCH] IntelliJ Idea/Goland run configuration to start one integration test (requires running parts from /integration_tests/run.sh first) Related #2839 --- .run/DSLFunctionsIT.run.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .run/DSLFunctionsIT.run.xml diff --git a/.run/DSLFunctionsIT.run.xml b/.run/DSLFunctionsIT.run.xml new file mode 100644 index 000000000..ca4f6c111 --- /dev/null +++ b/.run/DSLFunctionsIT.run.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file