Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 7 tasks
3rd-Eden opened this issue May 22, 2019 · 0 comments
Open
1 of 7 tasks

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

3rd-Eden opened this issue May 22, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@3rd-Eden
Copy link
Contributor

3rd-Eden commented May 22, 2019

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.
@3rd-Eden 3rd-Eden added enhancement New feature or request good first issue Good for newcomers labels May 22, 2019
@3rd-Eden 3rd-Eden added this to Low priority in 2.0 May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
2.0
  
Low priority
Development

No branches or pull requests

1 participant