gemini-testing / gemini-gui

GUI for gemini
MIT License
69 stars 18 forks source link

Аbility to run individual tests #5

Closed hcodes closed 8 years ago

niedzielski commented 8 years ago

This kind of works. When I tap retry on a failed screenshot, it does retry but all other tests in the suite fail with the same trace like:

TypeError: Cannot read property 'isCoverageEnabled' of undefined
    at /home/stephen/dev/js/lizzzt/lizzztlib/node_modules/gemini/lib/runner/state-runner/state-runner.js:32:88
    at _fulfilled (/home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:834:54)
    at self.promiseDispatch.done (/home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:863:30)
    at Promise.promise.promiseDispatch (/home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:796:13)
    at /home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:604:44
    at runSingle (/home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:137:13)
    at flush (/home/stephen/dev/js/lizzzt/lizzztlib/node_modules/q/q.js:125:13)
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)
sipayRT commented 8 years ago

Hi. New gemini version with this fix will be published today - https://github.com/gemini-testing/gemini/pull/524

sipayRT commented 8 years ago

fixed in gemini@4.4.2

niedzielski commented 8 years ago

That's wonderful! I'm currently being blocked by an unrelated issue, gemini-testing/gemini#528, but will check this out as soon as I can. Thanks!!!

niedzielski commented 8 years ago

Fixed!