godaddy/ekke

Use the React-Native-Community Circle-CI orb

開放

#13 建立於 2019年5月22日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (6 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (132 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

  • The allow the use of third-party orbs in our organization.
  • Our .circleci/config.yml has been upgraded to use the react-native-circleci-orb
  • CCI runs our npm run setup method to create the required development folders.
  • CCI creates the Android simulator.
  • CCI starts the Android simulator.
  • CCI builds the application that got created with npm run setup.
  • We run npm run test:all to execute our ekke and node based tests.

貢獻者指南