Hi all, Seems like some product teams unaware of this option. Same integration tests which run on super user mode can be executed on tenant mode also.
To do that you have to edit automation.properties file and set execution. mode=tenant. There could be some cases which doesn't execute OOB, those cases can be skipped from execution by setting @SetEnviroment annotation introduced in test framework. We can enable all tests to run on tenant and user mode by default though test framework. However this will not practical since enabling all modes will double integration test execution time. Thanks, Krishantha
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
