Shopify / android-testify

Add screenshots to your Android tests
https://testify.dev
MIT License
231 stars 23 forks source link

ActivityScenario samples #246

Closed oradkovsky closed 2 years ago

oradkovsky commented 2 years ago

What does this change accomplish?

This adds ActivityScenario samples, as per https://github.com/Shopify/android-testify/issues/244

How have you achieved it?

...

Tophat instructions

...

Notice

This change must keep master in a shippable state; it may be shipped without further notice.

jaredh commented 2 years ago

Hi @oradkovsky, before we can accept your PR you'll have to accept our Shopify Contributor License Agreement (CLA). Appreciate the contribution!

oradkovsky commented 2 years ago

Thanks, CLA signed. How do I rerun CLA check on this PR?

jaredh commented 2 years ago

Thanks, CLA signed. How do I rerun CLA check on this PR?

It should be automatic IIRC. I'll follow up on this and merge it once it's sorted out!

jaredh commented 2 years ago

@oradkovsky Could you try pushing an empty commit to your branch? git commit --allow-empty -m "Trigger checks"

oradkovsky commented 2 years ago

@jaredh done!