mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* MOSIP-42448 - Stabilized inji mobile testrig Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in> * MOSIP-42448 - Updated the POM and git ignore Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in> --------- Signed-off-by: Mohanachandran S <mohanachandran.s@technoforte.co.in>
91 lines
3.3 KiB
XML
91 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="androidSanity">
|
|
<listeners>
|
|
<listener class-name="inji.utils.SuiteListener"/>
|
|
</listeners>
|
|
<test verbose="2" preserve-order="true" name="android">
|
|
<classes>
|
|
<class name="inji.testcases.androidTestCases.UnlockWithPasscodeTest">
|
|
<methods>
|
|
<include name="logoutAndLoginWithPasscode" />
|
|
<include name="loginWithInvalidPasscode" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.ActivateVcTest">
|
|
<methods>
|
|
<include name="downloadAndActiveVcUsingUinViaEsignet" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.ChangeLanguageTest">
|
|
<methods>
|
|
<include name="changeLanguageToArabic" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.PinVcTest">
|
|
<methods>
|
|
<include name="downloadVcViaEsignetAndPinUnpin" />
|
|
<include name="downloadVcViaEsignetAndPinUnpin" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.AboutInjiTest">
|
|
<methods>
|
|
<include name="verifyAppId"/>
|
|
</methods>
|
|
</class>
|
|
</classes>
|
|
</test>
|
|
</suite>
|
|
|
|
|
|
<!--<suite name="All Test Suite">
|
|
<listeners>
|
|
<listener class-name="inji.utils.SuiteListener" />
|
|
</listeners>
|
|
<test verbose="2" preserve-order="true" name="android">
|
|
<classes>
|
|
<class name="inji.testcases.androidTestCases.UnlockWithPasscodeTest">
|
|
<methods>
|
|
<include name="logoutAndLoginWithPasscode" />
|
|
<include name="loginWithInvalidPasscode" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.VcDownloadAndVerifyUsingUinTest">
|
|
<methods>
|
|
<include name="downloadAndVerifyVcUsingUin" />
|
|
<include name="downloadMultipleVcUsingDifferentUin" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.VcDownloadAndVerifyUsingVidTest">
|
|
<methods>
|
|
<include name="downloadAndVerifyVcUsingVid" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.GenerateUinOrVidTest">
|
|
<methods>
|
|
<include name="generateUinOrVidUsingAid" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.ActivateVcTest">
|
|
<methods>
|
|
<include name="activateVc" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.ChangeLanguageTest">
|
|
<methods>
|
|
<include name="changeLanguageToArabic" />
|
|
</methods>
|
|
</class>
|
|
<class name="inji.testcases.androidTestCases.PinVcTest">
|
|
<methods>
|
|
<include name="pinVc" />
|
|
<include name="VerifyCameraOpenAfterPinVc" />
|
|
<include name="downloadVcViaEsignetAndPinUnpin" />
|
|
</methods>
|
|
</class>
|
|
</classes>
|
|
</test>
|
|
</suite>-->
|
|
|
|
|