godaddy / ekke

Ekke is a test runner for React-Native, it allows you to execute your test code directly on the device enabling you to test in the same environment as your production users.
MIT License
133 stars 9 forks source link

Use the React-Native-Community Circle-CI orb #13

Open 3rd-Eden opened 5 years ago

3rd-Eden commented 5 years ago

We are currently using the base Node.js image (#10) to run a small portion of our tests. The react-native-circleci-orb should allow us to start up an Android simulator and execute ekke to run our full test suite.

Acceptance Criteria