gitlab ci - Running Nightwatch on CI fails with no log -


when run nightwatch test on gitlab-ci, fails return code 1, providing no relevant log. here log file reports folder.

<?xml version="1.0" encoding="utf-8" ?> <testsuites errors="0"             failures="0"             tests="1">    <testsuite name="hellogoogle.e2e.test"     errors="0" failures="0" hostname="" id="" package="hellogoogle.e2e.test" skipped="0"     tests="1" time="4.761" timestamp="wed, 16 aug 2017 12:49:11 gmt">      <testcase name="demo test google" classname="hellogoogle.e2e.test" time="4.761" assertions="3">      </testcase>   </testsuite> </testsuites> 

locally test works (as it's impossible fail). use selenium-download v2.0.10, , nightwatch.js v0.9.16

any idea why such behaviour occurs, or suggestions on further debugging?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -