This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2b08b683d7
Rocket.Chat.ReactNative
/
e2e
/
.mocharc.json
7 lines
88 B
JSON
Raw
Normal View
History
Unescape
Escape
[TESTS] Test in docker (#2290) * Add docker env with orchestration * Update detox, update mocha config format * One simulator at a time - mocha won't run parallel * Docker runner, with test changes to match RC data * Better error trapping in infrastructure control script * Swap user provisioning from Mongo to RC API to work against existing servers * Add docker to e2e readme * Stop using example.com for emails * Default detox to the tests directory * Add working configs for both run scenarios * Add some optional forcing of data.js version for Docker
2020-07-15 16:28:34 +00:00
{
Chore: Start Typescript migration (#3279)
2021-09-13 20:41:05 +00:00
"timeout"
:
300000
,
"recursive"
:
true
,
"bail"
:
true
,
"file"
:
"e2e/tests/init.js"
}