detox-example icon indicating copy to clipboard operation
detox-example copied to clipboard

A try to use every APIs provided by Wix Detox concerning expectations, actions and matchers

License: MIT Travis

Detox tests

detox-example

This projects aims to provide some example with comment on problems that I've eventually met while writing the tests suites.

The project uses actually the three following APIs list :

Local usage

$ node version /* should be >= Node 7.6.0 */
$ git clone https://github.com/mfrachet/detox-example && cd detox-example
$ npm i
$ npm run e2e