dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 441 forks source link

Behat Plugin #1036

Open craigwillis85 opened 9 years ago

craigwillis85 commented 9 years ago

Hi

I have anebaled the behat plugin via my build settings, it runs my Behat tests, but I cannot see them in the UI on the actual build

I have folloiwng in my build steps:

test:
  php_loc:
  behat:

Looking at the UI

build steps

Is there any other configuration I need to do?

I'm running the master branch

EmmanuelVella commented 9 years ago

Same issue here, seems that the behat metadata are not stored anymore in the database.

Ping @jfi, as you wrote the behat output part, if you have an idea... ;)

craigwillis85 commented 9 years ago

I've even tried the 1.6.0 and the 1.5.2 tags, but still get the same.

Surely someone must have got this working before...