Skip to content
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

Merged
merged 2 commits into from
Mar 24, 2021

Conversation

piotradamczyk5
Copy link
Contributor

Relates to #1650

Test Plan

How do we know the code works?

Tests app with many tests could be built.

It is needed for example to add IT in #1650

@github-actions
Copy link
Contributor

github-actions bot commented Mar 23, 2021

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@github-actions
Copy link
Contributor

github-actions bot commented Mar 23, 2021

Timestamp: 2021-03-24 08:34:02
Buildscan url for ubuntu-workflow run 682382999
https://gradle.com/s/5t3nlhzao6tqy

@@ -23,4 +23,8 @@ function cucumber_sample_app() {
$DIR/../../flank-scripts/bash/flankScripts assemble android app --copy --generate --artifacts=buildCucumberSampleApp
}

function many_tests_apk() {
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

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

@bootstraponline bootstraponline force-pushed the 1649_added_test_app_with_multiple_tests branch from d8a52b7 to c064e20 Compare March 23, 2021 19:23
@bootstraponline bootstraponline force-pushed the 1649_added_test_app_with_multiple_tests branch from 7f5c537 to d47dbc5 Compare March 24, 2021 08:27

@Test
fun test59() {
assertEquals(true, "true".toBoolean())
Copy link
Contributor

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 ....

@mergify mergify bot merged commit 0f96d9b into master Mar 24, 2021
@mergify mergify bot deleted the 1649_added_test_app_with_multiple_tests branch March 24, 2021 08:37
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants