Skip to content

Unit testing (white box) and e2e testing (black box) mobile app, with dependency, such as: node.js, detox, react-test-renderer, jest and etc..

Notifications You must be signed in to change notification settings

SashaJson/unit-e2e-testing-mobile-app

Repository files navigation

For unit testing I'm using Jest library with React Test Renderer To start unit tests, run npm run test

For E2E testing I'm using Detox because it’s tailored for React Native apps To start E2E tests, run following commands detox build --configuration android.emu.debug npm run start detox test --configuration android.emu.debug

About

Unit testing (white box) and e2e testing (black box) mobile app, with dependency, such as: node.js, detox, react-test-renderer, jest and etc..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published