mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 10:34:39 +08:00
[build][ci] misc config
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
const detox = require('detox');
|
||||
const config = require('../package.json').detox;
|
||||
|
||||
if (process.env.CIRCLECI) {
|
||||
config['runner-config'] = 'e2e/mocha.ci.opts';
|
||||
} else {
|
||||
config['runner-config'] = 'e2e/mocha.local.opts';
|
||||
}
|
||||
|
||||
before(async () => {
|
||||
await detox.init(config);
|
||||
// needs to be called before any usage of firestore
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--recursive
|
||||
--timeout 120000
|
||||
--reporter list
|
||||
--slow 600
|
||||
--reporter spec
|
||||
--slow 1000
|
||||
--bail
|
||||
--exit
|
||||
--require jet/platform/node
|
||||
Reference in New Issue
Block a user