Adding detox
This commit is contained in:
parent
5992a85dfb
commit
48668d7129
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
"e2e:android-test-release": "detox test -c android.emu.release --record-logs failing --take-screenshots failing",
|
||||
"e2e:ios-test": "IOS=true detox test -c ios.sim.debug",
|
||||
"e2e:ios-build-release": "detox build -c ios.sim.release",
|
||||
"e2e:ios-test-release": "IOS=true detox test -c ios.sim.release --record-logs failing --take-screenshots failing",
|
||||
"e2e:ios-test-release": "IOS=true detox test -c ios.sim.release --headless --record-logs failing --take-screenshots failing",
|
||||
"check": "npm run lint && npm run tsc",
|
||||
"lint": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet .",
|
||||
"start:webhook": "node webhook_server.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue