mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
51 lines
1.5 KiB
XML
51 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="All Test Suite">
|
|
<listeners>
|
|
<listener class-name="inji.listeners.Listeners" />
|
|
</listeners>
|
|
<test verbose="2" preserve-order="true" name="android">
|
|
<classes>
|
|
<class name="androidTestCases.UnlockWithPasscodeTest">
|
|
<methods>
|
|
<include name="logoutAndLoginWithPasscode" />
|
|
<include name="loginWithInvalidPasscode" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.VcDownloadAndVerifyUsingUinTest">
|
|
<methods>
|
|
<include name="downloadAndVerifyVcUsingUin" />
|
|
<include name="downloadMultipleVcUsingDifferentUin" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.VcDownloadAndVerifyUsingVidTest">
|
|
<methods>
|
|
<include name="downloadAndVerifyVcUsingVid" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.GenerateUinOrVidTest">
|
|
<methods>
|
|
<include name="generateUinOrVidUsingAid" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.ActivateVcTest">
|
|
<methods>
|
|
<include name="activateVc" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.ChangeLanguageTest">
|
|
<methods>
|
|
<include name="changeLanguageToArabic" />
|
|
</methods>
|
|
</class>
|
|
<class name="androidTestCases.PinVcTest">
|
|
<methods>
|
|
<include name="pinVc" />
|
|
<include name="VerifyCameraOpenAfterPinVc" />
|
|
<include name="downloadVcViaEsignetAndPinUnpin" />
|
|
</methods>
|
|
</class>
|
|
</classes>
|
|
</test>
|
|
</suite>
|