[xwiki-devs] [Proposal] Move Selenium2 platform PageObjects to platform
Hi devs, I'd like to move Selenium2 PO classes for platform in xwiki-platform. The rationale is that: 1) it belongs to platform 2) it allows us to write functional tests in platform More precisely here's what I propose: * Move current unit test fwk currently in xwiki-platform-test to xwiki-platform-test-unit * Add a new xwiki-platform-test-functional module and move the PO objects + functional test classes in it FTM (in some future we'll move POs for a given module in that module but we're not quite there yet) I'm starting to work on this in few minutes so please let me know ASAP what you think. Thanks -Vincent
+1 On Thu, Dec 22, 2011 at 4:54 PM, Vincent Massol <[email protected]> wrote:
Hi devs,
I'd like to move Selenium2 PO classes for platform in xwiki-platform. The rationale is that: 1) it belongs to platform 2) it allows us to write functional tests in platform
More precisely here's what I propose:
* Move current unit test fwk currently in xwiki-platform-test to xwiki-platform-test-unit * Add a new xwiki-platform-test-functional module and move the PO objects + functional test classes in it FTM (in some future we'll move POs for a given module in that module but we're not quite there yet)
I'm starting to work on this in few minutes so please let me know ASAP what you think.
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
+1 Thanks, Marius On Thu, Dec 22, 2011 at 5:54 PM, Vincent Massol <[email protected]> wrote:
Hi devs,
I'd like to move Selenium2 PO classes for platform in xwiki-platform. The rationale is that: 1) it belongs to platform 2) it allows us to write functional tests in platform
More precisely here's what I propose:
* Move current unit test fwk currently in xwiki-platform-test to xwiki-platform-test-unit * Add a new xwiki-platform-test-functional module and move the PO objects + functional test classes in it FTM (in some future we'll move POs for a given module in that module but we're not quite there yet)
I'm starting to work on this in few minutes so please let me know ASAP what you think.
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Dec 22, 2011, at 4:54 PM, Vincent Massol wrote:
Hi devs,
I'd like to move Selenium2 PO classes for platform in xwiki-platform. The rationale is that: 1) it belongs to platform 2) it allows us to write functional tests in platform
More precisely here's what I propose:
* Move current unit test fwk currently in xwiki-platform-test to xwiki-platform-test-unit * Add a new xwiki-platform-test-functional module and move the PO objects + functional test classes in it FTM (in some future we'll move POs for a given module in that module but we're not quite there yet)
hmm. Actually inside xwiki-platform-test there are only integration/functional test fwk code already so I propose to keep it and just add the new code to it in a different package. We can always refactor later on. Thanks -Vincent
I'm starting to work on this in few minutes so please let me know ASAP what you think.
Thanks -Vincent
On 12/22/2011 10:54 AM, Vincent Massol wrote:
Hi devs,
I'd like to move Selenium2 PO classes for platform in xwiki-platform. The rationale is that: 1) it belongs to platform 2) it allows us to write functional tests in platform
More precisely here's what I propose:
* Move current unit test fwk currently in xwiki-platform-test to xwiki-platform-test-unit * Add a new xwiki-platform-test-functional module and move the PO objects + functional test classes in it FTM (in some future we'll move POs for a given module in that module but we're not quite there yet)
I'm starting to work on this in few minutes so please let me know ASAP what you think.
+1. How about moving individual parts to their respective project, like move administration-related objects to the administration module, in a separate build artifact? -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (4)
-
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol