shootismoke/mobile-app

Add E2E tests using some automated simulator

amaury1093 opened this issue · 7 comments

It all started as a weekend project, so I didn't write tests.

Now people are starting to use this app, so it would be wise to make it a serious project.

What me cool likes is if you add a map using google maps make a overlay that wil show you the air quality like a weather overlay

That is indeed a nice idea, have a look at https://www.airvisual.com/ too. Could you create a separate issue for this? Let's not pollute this thread, which is about unit & integration tests.

We sometimes have bugs on some devices that don't show the cigarettes correctly. It would be nice to have e2e tests (they don't need to be complex) on multiple devices. Ideas:

Are you guys considering use just Detox or are you open to different libraries (Cypress or Webrdiverio)?

I'm definitely open to libraries too, I just don't have much experience e2e testing mobile apps.

The only requirement is that tests are in JS/TS.

Hi, can I work on this one?

@GianOrtiz, yeah, sure, please go ahead! I just assigned you.

So for the beginning, a simple test would do, like "it should reach the homepage and show some cigarettes"

This issue is mostly about the e2e setup.