« Return to Thread: [jira] Created: (TAP5-758) Move TapestryTestConstants from tapestry-test into tapestry-core, so that non-selenium test code does not need to use tapestry-test

[jira] Created: (TAP5-758) Move TapestryTestConstants from tapestry-test into tapestry-core, so that non-selenium test code does not need to use tapestry-test

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread

Move TapestryTestConstants from tapestry-test into tapestry-core, so that non-selenium test code does not need to use tapestry-test
-----------------------------------------------------------------------------------------------------------------------------------

                 Key: TAP5-758
                 URL: https://issues.apache.org/jira/browse/TAP5-758
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core, tapestry-test
    Affects Versions: 5.1.0.5
            Reporter: Paul Field


The tapestry-test module is meant to be "just a couple of base classes to make it easier to build integration test suites around Selenium.".

However, org.apache.tapestry5.internal.test.PageTesterContext  for tapestry-core uses TapestryTestConstants from tapestry-test. So it seems that anyone doing any kind of tests requires the tapestry-test module and so also imports all the selenium dependencies.

That dependency problem could be resolved by moving TapestryTestConstants into tapestry-core.






--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

 « Return to Thread: [jira] Created: (TAP5-758) Move TapestryTestConstants from tapestry-test into tapestry-core, so that non-selenium test code does not need to use tapestry-test