enhancementgood first issue
仓库指标
- 星标
- (132 个星标)
- PR 合并指标
- (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.ymlhas been upgraded to use thereact-native-circleci-orb - CCI runs our
npm run setupmethod 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:allto execute ourekkeandnodebased tests.