[
https://issues.jboss.org/browse/JBIDE-22679?page=com.atlassian.jira.plugi...
]
Rastislav Wagner edited comment on JBIDE-22679 at 6/30/16 9:31 AM:
-------------------------------------------------------------------
Installation in general works (tried on Eclipse Neon R Java EE). But we would have to
maintain all dependencies from jboss tools required by our integration-tests. I would like
to avoid this.
[~mickael_istria] Would it be possible to make some changes to devstudio to be able to
upgrade just one of its features not all ?
[~mickael_istria] Ok, thanks, you responded while i was writing this comment :)
was (Author: rawagner):
Installation in general works (tried on Eclipse Neon R Java EE). But we would have to
maintain all dependencies from jboss tools required by our integration-tests. I would like
to avoid this.
[~mickael_istria] Would it be possible to make some changes to devstudio to be able to
upgrade just one of its features not all ?
Run integration-test against source (rather than package)
---------------------------------------------------------
Key: JBIDE-22679
URL:
https://issues.jboss.org/browse/JBIDE-22679
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, qa
Reporter: Mickael Istria
Assignee: Rastislav Wagner
Currently, integration-tests run against a prepared package (of Developer Studio). In
order to more easily run those tests locally or as part of the development process, it
would be nice to also have them running directly against source code of the component.
Tycho provide a mechanism to provision the application under test according to existing
definition:
https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t...
, or maybe even by simply making Developer Studio part of the test target-platform and
define it as the application/produce under test:
https://eclipse.org/tycho/sitedocs/tycho-surefire/tycho-surefire-plugin/t...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)