Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Story/14171 support sharing self test #4891

Merged
merged 182 commits into from
Nov 23, 2022

Conversation

naveeddotio
Copy link
Contributor

Description

Merging storybranch into release branch

Link to Jira

https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14171

flxschmidt and others added 30 commits November 1, 2022 15:00
Copy link
Contributor

@puneetmahali1 puneetmahali1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@naveeddotio naveeddotio added task part of a feature feature and removed feature task part of a feature labels Nov 23, 2022
@naveeddotio naveeddotio merged commit 466aec9 into release/3.0.x Nov 23, 2022
@naveeddotio naveeddotio deleted the story/14171-support-sharing-self-test branch November 23, 2022 15:14
Copy link
Contributor

@nickguendling nickguendling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this looks very good. I made some comments. The stuff that I think is important for you to look at and check I marked with ⚠️

All the other stuff is optional I think and up to your own consideration, if you want to change something about these or not 🤓

Comment on lines -5 to -6
@testable import ENA

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this file was added to the ENA target, so I would recommend to wrap it into #if DEBUG ... #endif to prevent it from being shipped or accidentally used in production.

@@ -13605,6 +13739,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0;
DEVELOPMENT_TEAM = 523TP53AQF;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 523TP53AQF;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conscious choice to add this change? (I'm not saying it's bad, I have no idea, just not sure if necessary)

@@ -13628,6 +13763,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "de.rki.coronawarnapp-dev";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = $IPHONE_APP_DIST_PROF_SPECIFIER;
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Corona-Warn-App-Dev1";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question

@@ -81,7 +81,7 @@ class ENAUITests_11_QuickActions: CWATestCase {
XCTAssertTrue(app.segmentedControls[AccessibilityIdentifiers.ContactDiary.segmentedControl].waitForExistence(timeout: .short))
}


/* Commented out in favour SRS story
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it still makes sense to have a test like that, but you probably need to find a new way to test through the submission instead of using a TAN

@@ -250,6 +250,7 @@ class ENAUITests_04a_ExposureSubmission: CWATestCase {

}

/* Commented out in favour of SRS story
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also makes sense to consider different tests and if not, delete the dead code

@nickguendling nickguendling mentioned this pull request Nov 28, 2022
2 tasks
@naveeddotio naveeddotio self-assigned this Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants