Skip to content

Mobiauto/mobile-test-boilerplate

Repository files navigation

Testing for Mobile Developer

CI Coverage Status

The test consists of consulting this API and bringing the results on the screen in the best possible way.

The idea is to filter the API information in 4 steps or different screens: Brands, Models, Years and Value.

Good luck!

Installation

$ git clone https://github.com/Mobiauto/mobile-test-boilerplate
$ cd mobile-boilerplate
$ yarn i

Running

$ react-native run-android

Scripts

start Start the development server

android Run app on Android

ios Run app on iOS

test Run tests

e2e-ios Run E2E tests for iOS in debug mode

e2e-android-debug Run E2E tests for Android in debug mode

e2e-android-release Run E2E tests for Android in release mode

lint Run lint in code using Eslint