Skip to content

This is a sample app to quickly setup and experiment with Detox testing library.

Notifications You must be signed in to change notification settings

malarium/mockapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mockapp

A sample application to start with Detox e2e testing

SETUP:

  1. npm install && cd ios && pod install && cd ..
  2. npm install
  3. npx react-native run-ios // Run app on ios simulator
  4. detox build -c ios // Create app build for Detox
  5. detox test -c ios // Run the tests

Test file is in e2e directory.

About

This is a sample app to quickly setup and experiment with Detox testing library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published