Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2040

AS7 TS: Running sets of tests from the command line

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • Test Suite
    • None

      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.

      @Test (groups = {"JMS", "XA"})
      

      or the new style

      @Category( Integration.class )
      

      See 3.5.1 of https://docspace.corp.redhat.com/docs/DOC-74146

            ozizka_jira Ondrej Zizka (Inactive)
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: