detox-example
detox-example copied to clipboard
A try to use every APIs provided by Wix Detox concerning expectations, actions and matchers

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 :
- Matchers inside of
./e2e/pageObjects/todo.matchers.js - Actions inside of
./e2e/tests/todo.actions.js - Expectations inside of
./e2e/tests/todo.expectations.js
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