[
https://issues.jboss.org/browse/JBTIS-1026?page=com.atlassian.jira.plugin...
]
Jozef Marko updated JBTIS-1026:
-------------------------------
Parent: (was: JBTIS-1021)
Issue Type: Task (was: Sub-task)
Extend and use Runtime annotation
---------------------------------
Key: JBTIS-1026
URL:
https://issues.jboss.org/browse/JBTIS-1026
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: BPMN2, QE
Affects Versions: 4.4.0.Final
Reporter: Jozef Marko
Assignee: Dominik Hanak
Replace the usage of
{code:java}org.jboss.tools.bpmn2.ui.bot.test.requirements.ProcessRuntimeRequirement{code}
with
{code:java}org.jboss.tools.runtime.reddeer.requirement.RuntimeRequirement{code}
* The annotation corresponding to RuntimeRequirement is used for example here [1].
* How to run tests that uses this kind of annotation is shown here [2].
** Notice there is maven goal over the *server-installer* repository
** Explore content of *server-installer* modules that are built
** Notice the usage of the system property *rd.config* like [3]. The property is
described on the reddeer wiki [4].
The annotation currently supports only downloading of brms-runtime classes. However ,
support for bpms-runtime classes will be pretty similar to support of brms and just few
changes will be needed at these places:
*
https://github.com/jbosstools/jbosstools-integration-stack-tests/blob/mas...
*
https://github.com/jbosstools/jbosstools-integration-stack-tests/blob/mas...
*
https://github.com/jbosstools/jbosstools-integration-stack-tests/tree/mas...
*
https://github.com/jbosstools/jbosstools-integration-stack-tests/blob/mas...
*
https://gitlab.mw.lab.eng.bos.redhat.com/jbossqe-jbdsis/server-installer/...
[1]
https://github.com/jbosstools/jbosstools-integration-stack-tests/blob/mas...
[2]
https://jbdsis-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Drools/job...
[3]
-Drd.config=$WORKSPACE/server-installer/$SERVER/target/config
[4]
https://github.com/jboss-reddeer/reddeer/wiki/Tests-configuration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)