Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Examples

There are 3 examples of this orb usage provided.

If you have a good example that you'd like added here, please open a pull request.

A config that handles JS tasks and builds the iOS and Android apps.

A config that handles JS tasks, building the iOS and Android apps, and running e2e tests.

Note that this orb assumes that e2e tests are written using Detox.

A config that handles JS tasks, building the iOS and Android apps, running e2e tests, and deploying beta builds via Fastlane.

You may need to tweak the deploy commands in this example to match your Fastlane configuration.

A config that emulates a typical app- extends the simple e2e config and adds deployment jobs based on the git branch the job is running on. This example also adds branch filters to avoid duplication, and assumes you're following a basic git flow pattern (feature branches, dev/staging branch, main branch).