[arquillian-issues] [JBoss JIRA] (ARQ-1500) Use nested Runner for QUnit test execution

Karel Piwko (JIRA) jira-events at lists.jboss.org
Fri Sep 27 10:36:04 EDT 2013


Karel Piwko created ARQ-1500:
--------------------------------

             Summary: Use nested Runner for QUnit test execution
                 Key: ARQ-1500
                 URL: https://issues.jboss.org/browse/ARQ-1500
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Extension - QUnit
    Affects Versions: qunit_1.0.0.Alpha1
            Reporter: Karel Piwko
            Priority: Critical


QUnit extension now wraps the code execution and executes QUnit methods using JUnitCore.

However, JUnitCore creates a separate process, which:

1/ Prolongs the test execution
2/ Reduces information about current bootstrap path and classpath, leading to strange errors
3/ Creates another level of indirection, which is difficult to be debugged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list