I have a particular test that passes locally, but fails on travis-ci. I have so far added a --filter to the dusk command so only one test is getting run on travis now.
I set the phantomjs log level to debug and I can see that when my test presses submit, the post request gets a response of 500 Internal Server Error.
So I then tried adding some Log statements to the relavent controller method but no log is getting created on the travis machine. At least adding an entry to my travis.yml script section of ls -l storage/logs shows no logs.
So I have no idea how to work out why the test passes locally, but fails on travis.
Anyone any ideas how to get some more info about why the test is failing?