Skip to content

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 19 commits into from
Feb 14, 2025
Merged

Setup base profile #16

merged 19 commits into from
Feb 14, 2025

Conversation

eyedol
Copy link
Member

@eyedol eyedol commented Feb 13, 2025

Fixes #12

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.
@eyedol eyedol merged commit 20ba5e3 into main Feb 14, 2025
4 of 5 checks passed
@eyedol eyedol deleted the setupBaseProfile branch February 14, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup base profile for the Android's Viewer App
1 participant