Hi,
The basic test framework unification work is done. It can be used for
integration test writing now. You can find the new framework at [1].
Clarity framework uses central artifact repository which is located at [2].
All test arfifacts will be manged though this central reposiory and there
will be svn externals from integration test resources to the repository.
As the initial plan we will test Clarity framework with G-Reg and ESB to
find out any limitations.
You need to add following dependencies to get new framework
functionalities.
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.api</artifactId>
<version>${carbon.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.core</artifactId>
<version>${carbon.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.utils</artifactId>
<version>${carbon.version}</version>
</dependency>
I will write a detail guide to use the framework after finishing remaining
work.
Thanks,
Krishantha.
[1]
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/platform-integration/clarity-framework
[2]
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/platform-integration/clarity-tests
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev