gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

No screenshot block if test are passed. #163

Open alex-ochigov opened 5 years ago

alex-ochigov commented 5 years ago

download

app.min.js:25 Uncaught TypeError: Cannot read property 'length' of undefined
    at t.value (app.min.js:25)
    at app.min.js:97
    at s (app.min.js:97)
    at h._renderValidatedComponentWithoutOwnerOrContext (app.min.js:97)
    at h._renderValidatedComponent (app.min.js:97)
    at h.performInitialMount (app.min.js:97)
    at h.mountComponent (app.min.js:97)
    at Object.mountComponent (app.min.js:6)
    at g.mountChildren (app.min.js:97)
    at g._createInitialChildren (app.min.js:97)
v1sar commented 5 years ago

Yep, also no block with name of test at the top. Is it time to learn react? :'(

upd: checked PR's, so there is #161 that fix that issue. As quick solution you can just change e.stacktrace.length to e.stacktrace in app.min.js

alex-ochigov commented 5 years ago

upd: checked PR's, so there is #161 that fix that issue. As quick solution you can just change e.stacktrace.length to e.stacktrace in app.min.js

Yeah, I already built it from that PR #161 .