-
Notifications
You must be signed in to change notification settings - Fork 585
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
test: add e2e tests for Crashlytics #6559
base: main
Are you sure you want to change the base?
Conversation
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected ProductsNo changes between base commit (3dd8ddf) and merge commit (16f6247).Test Logs |
gradle/libs.versions.toml
Outdated
kotlinGradlePlugin = "1.9.24" | ||
coreKtx = "1.15.0" | ||
espressoCore = "3.6.1" | ||
appcompat = "1.7.0" | ||
material = "1.12.0" |
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.
I'm not sure if we should change the version here, probably worth keeping the PR bundled only for the Crashlytics Version, we can always make those changes in another PR
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.
Will be definitely changing this and making it local to the test app
@@ -99,6 +99,8 @@ dependencies { | |||
testImplementation(libs.robolectric) | |||
testImplementation(libs.truth) | |||
testImplementation(project(":integ-testing")) | |||
testImplementation("io.mockk:mockk:1.13.8") |
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.
this will be removed, was using to attempt to mock a few things but I found it was not needed
No description provided.