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

Close activity after test #2

Open
wants to merge 2 commits into
base: takahirom/disable-parallel-test/2024-03-31
Choose a base branch
from

Conversation

takahirom
Copy link
Owner

No description provided.

Copy link

Combined test coverage report

Overall Project 39.96%

There is no coverage information present for the Files changed

Copy link

@SimonMarquis SimonMarquis left a comment

Choose a reason for hiding this comment

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

.

@@ -138,6 +139,11 @@ class NiaAppScreenSizesScreenshotTests {
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
}

@After
fun after() {
composeTestRule.activityRule.scenario.close()

Choose a reason for hiding this comment

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

composeTestRule being registered as a Rule, this close mechanism should already be handled.

Copy link
Owner Author

Choose a reason for hiding this comment

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

I've checked, and it does seem to be true! Thanks!

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.

2 participants