| #
2a64ada0 |
| 24-Apr-2020 |
Hein Rutjes <[email protected]> |
[test-suite] Fix ios tests reporting upon whole test timeout (#7983)
When a test run using `yarn test:ios` in expo-bare times-out as a whole (after 50 secs), no results are recorded and the error “I
[test-suite] Fix ios tests reporting upon whole test timeout (#7983)
When a test run using `yarn test:ios` in expo-bare times-out as a whole (after 50 secs), no results are recorded and the error “Interaction cannot continue because the desired element was not found.” is printed. This masks the actual cause and errors and makes it hard to find the actual error.
This PR updates the test-suite runner to record intermediate results as well. When the test times out before finishing, the (unfinished) results are then processed and logged instead.
show more ...
|
| #
4a05dfd5 |
| 13-Dec-2019 |
Evan Bacon <[email protected]> |
[detox] split up components in test-suite (#6493)
* Break out components
* Remove unused code
* Updated navigator
* Update setupDetox.js
* take screenshots
* update style
* fixup r
[detox] split up components in test-suite (#6493)
* Break out components
* Remove unused code
* Updated navigator
* Update setupDetox.js
* take screenshots
* update style
* fixup redundant views
* disable contacts step
* fix web touchable
* Update config.yml
* Update SecureStore.js
* Update package.json
* Update package.json
* Update package.json
* Update package.json
* Update package.json
* Update TestSuite-test.native.js
* Update SelectScreen.js
* Update SuiteResult.js
* Update SpecResult.js
* Update Suites.js
* Ensure bottom is scrolled to
* disable contacts test
show more ...
|