You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Hello, I tried to run fork plugin, but faced next problem: com.shazam.fork.suite.NoTestCasesFoundException: No tests cases were found in the test APK: /Users/sundetova/myapp_monorepo/apps/myapp/app/build/outputs/apk/androidTest/develop/debug/myapp-develop-debug-androidTest.apk
My root build.gradle:
apply plugin: 'com.shazam.fork'
fork {
title = "My acceptance tests"
testPackage = "/Users/myapp_monorepo/apps/myapp/app/build/outputs/apk/androidTest/develop/debug/myapp-develop-debug-androidTest.apk" //I specially put wrong path here
testClassRegex = "^[a-zA-Z]*Test\$"
poolingStrategy {
computed {
characteristic = "sw"
groups {
allDevices = 0
}
}
}
}
I looked at #137 , there said that should set custom regex for test Class. I set custom regex, but it did not help, also, I found that any changes in fork settings do not affect. I put wrong path of apk, but error shows that fork ignores it.
Could you help with it?
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I tried to run fork plugin, but faced next problem:
com.shazam.fork.suite.NoTestCasesFoundException: No tests cases were found in the test APK: /Users/sundetova/myapp_monorepo/apps/myapp/app/build/outputs/apk/androidTest/develop/debug/myapp-develop-debug-androidTest.apk
My root build.gradle:
My app build.gradle:
I looked at #137 , there said that should set custom regex for test Class. I set custom regex, but it did not help, also, I found that any changes in fork settings do not affect. I put wrong path of apk, but error shows that fork ignores it.
Could you help with it?
Thank you!
The text was updated successfully, but these errors were encountered: