[jboss-jira] [JBoss JIRA] (AS7-2040) AS7 TS: Running sets of tests from the command line

Ondrej Zizka (JIRA) jira-events at lists.jboss.org
Fri Feb 24 06:53:39 EST 2012


     [ https://issues.jboss.org/browse/AS7-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Zizka resolved AS7-2040.
-------------------------------

    Resolution: Done


Implemented using {{-Dts.xxx}} and documented in https://docs.jboss.org/author/display/AS71/AS+7+Integration+Testsuite+User+Guide
                
> AS7 TS: Running sets of tests from the command line
> ---------------------------------------------------
>
>                 Key: AS7-2040
>                 URL: https://issues.jboss.org/browse/AS7-2040
>             Project: Application Server 7
>          Issue Type: Task
>          Components: Test Suite
>            Reporter: Ondrej Zizka
>            Assignee: Ondrej Zizka
>
> Work out a way, using profiles, to run:
>   * unit tests and all integration tests in one shot (needed by dev)
>   * run the integration tests separately (needed by QA)
> Running combinations of integration tests was achieved with the 
> $AS7/testsuite/build.{sh,bat} scripts, but I wasn't expecting the 
> requirement to have to be able to do this from $AS7/build.{sh,bat} 
> entirely.
> {code}
> @Test (groups = {"JMS", "XA"})
> {code}
> or the new style
> {code}
> @Category( Integration.class )
> {code}
> See 3.5.1 of https://docspace.corp.redhat.com/docs/DOC-74146

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list