-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: Added app with many tests #1730
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-03-24 08:34:02 |
@@ -23,4 +23,8 @@ function cucumber_sample_app() { | |||
$DIR/../../flank-scripts/bash/flankScripts assemble android app --copy --generate --artifacts=buildCucumberSampleApp | |||
} | |||
|
|||
function many_tests_apk() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any good reasons for supporting shell scripts, now? Wasn't a flank-scripts
a replacement for the shell?
This is not a change request, I am just thinking about adding an issue for removing any ops.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ops.sh
just run flankScripts
with the proper command it was added for backward compatibility, but sure we could remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to not having shell scripts if possible
d8a52b7
to
c064e20
Compare
flank-scripts/src/main/kotlin/flank/scripts/ops/assemble/android/BuildManyTestsApk.kt
Outdated
Show resolved
Hide resolved
7f5c537
to
d47dbc5
Compare
|
||
@Test | ||
fun test59() { | ||
assertEquals(true, "true".toBoolean()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welldone what a pain in the ....
Relates to #1650
Test Plan
Tests app with many tests could be built.
It is needed for example to add IT in #1650