0
piorys
5y

I just spent 3hours trying to determine why behat could not find context files and tried to find nonexistent one while running it on jenkins.

It turned put that config directory with behat.yml had to be in lowercases rather than starting with uppercase.

It worked on my machine though..

Funny thing is rven after that it failed as php version on jenkins did not have propper extension. Guess I’ll have to get into this docker thing

Comments
  • 1
    Maybe you were using Windows? NTFS is case insensitive (which is weird af but anyway).
Add Comment