Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.x.server.integration.tests/README_BEFORE_RUNNING_TESTS.txt')
-rw-r--r--plugins/org.eclipse.osee.x.server.integration.tests/README_BEFORE_RUNNING_TESTS.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.x.server.integration.tests/README_BEFORE_RUNNING_TESTS.txt b/plugins/org.eclipse.osee.x.server.integration.tests/README_BEFORE_RUNNING_TESTS.txt
new file mode 100644
index 00000000000..f3108551ca7
--- /dev/null
+++ b/plugins/org.eclipse.osee.x.server.integration.tests/README_BEFORE_RUNNING_TESTS.txt
@@ -0,0 +1,10 @@
+DO NOT RUN THIS SUITE AS JUNIT PLUGIN TEST (it will connect to Production DB)
+
+Integration test suite run with Application Server
+Data gets written to target directory from org.eclipse.osee.x.server.p2/demo via the pom.xml
+
+To run locally:
+1) unzip org.eclipse.osee.x.server.p2/demo/hsql.zip to your home dir
+2) unzip org.eclipse.osee.x.server.p2/demo/binary_data.zip to your home dir
+3) Launch local hsql application server
+4) Run Server Integration Test Suite as JUnit Test

Back to the top