]
Nick Boldt updated JBIDE-18765:
-------------------------------
Fix Version/s: 4.3.0.Alpha1
reorg/refactor integration tests in server tools so they can be run
separately
------------------------------------------------------------------------------
Key: JBIDE-18765
URL:
https://issues.jboss.org/browse/JBIDE-18765
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build, server
Affects Versions: 4.2.0.Final
Reporter: Nick Boldt
Assignee: Rob Stryker
Fix For: 4.3.0.Alpha1
Attachments:
org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt
* move integration tests into their own test suites, so they can be run separate from
unit tests
* move those test suites into their own plugins, so they can be build separately from
unit tests
* support a new -Pitest profile for enabling integration tests to run only when we want
them, and default to skipping them for faster local builds
* update jenkins jobs to enable the -Pitest profile so we run these i-tests for CI jobs