Skip to content

Commit 566506b

Browse files
committed
Move autotests to cryptox-android-autotests dir
1 parent 9d134cb commit 566506b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1
-13
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
force-avd-creation: false
102102
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
103103
disable-animations: true
104-
script: avdmanager list device && adb devices && adb -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps; settings delete global hidden_api_policy_p_apps; settings delete global hidden_api_policy' && sleep 10 && adb install "$APK_PATH" && cd CryptoX-Android-Automation && cd CryptoX-Android && mvn clean install # Run tests
104+
script: avdmanager list device && adb devices && adb -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps; settings delete global hidden_api_policy_p_apps; settings delete global hidden_api_policy' && sleep 10 && adb install "$APK_PATH" && cd cryptox-android-autotests && mvn clean install # Run tests

CryptoX-Android-Automation/CryptoX-Android/setupData.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

CryptoX-Android-Automation/README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

CryptoX-Android-Automation/CryptoX-Android/dependency-reduced-pom.xml renamed to cryptox-android-autotests/dependency-reduced-pom.xml

File renamed without changes.
File renamed without changes.

CryptoX-Android-Automation/CryptoX-Android/screenshots/import_wallets_through_Seed_Phrase.png renamed to cryptox-android-autotests/screenshots/import_wallets_through_Seed_Phrase.png

File renamed without changes.

CryptoX-Android-Automation/CryptoX-Android/src/main/assembly/zip.xml renamed to cryptox-android-autotests/src/main/assembly/zip.xml

File renamed without changes.

CryptoX-Android-Automation/CryptoX-Android/src/main/java/org/example/Main.java renamed to cryptox-android-autotests/src/main/java/org/example/Main.java

File renamed without changes.

CryptoX-Android-Automation/CryptoX-Android/src/test/java/config/CustomTestListener.java renamed to cryptox-android-autotests/src/test/java/config/CustomTestListener.java

File renamed without changes.

0 commit comments

Comments
 (0)