-
Notifications
You must be signed in to change notification settings - Fork 1
Setup base profile #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit introduces Baseline Profile support to the project. It includes the following changes: - Added a new module `kanalytics-viewer-base-profile` to handle Baseline Profile generation. - Created `BaselineProfileGenerator.kt` and `StartupBenchmarks.kt` to generate and benchmark Baseline Profiles.
This commit introduces a new `android-common-test` module to house common test functionalities for Android.
… app This commit refactors the sample app and the event viewer app to allow navigation to the event detail screen from a test. - Update `AppTestScenarios.kt` to include navigation to the event detail screen. - Update `AnalyticsEventsScreen.kt` to include test tags for UI elements. - Update `Samples.kt` to include test tags for UI elements.
- Added a test for the Event Viewer App, which includes waiting until an event list is displayed - Added a test to navigate from the event details screen back to the event list screen - Updated `EventDetailsScreen` to include a test tag for the back navigation button - Updated `AppTestScenarios` to include the new navigation test and EventViewerApp test - Updated test tags to use lower snake case style, for consistency
This commit introduces new UI tests for the settings screen, including launching the settings and navigating back to the event list. It also updates the `PreferencesScreen` composable to include a test tag for navigating back from settings.
This commit introduces a new test scenario called `viewerAppStartUp` that tests the startup of the viewer application. It includes the following steps: - Triggers a sample app event. - Launches the viewer app. - Navigates from the home screen to the event list.
…ugins and compose convention.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #12