The command line states
'I install extension from url "http://localhost/tests/joomla-cms3/pkg-weblinks-current.zip" '
but the correct path is
http://localhost/joomla/vcs/weblinks/tests/joomla-cms3/pkg-weblinks-current.zip
and in acceptance.suit.yml I have
url: 'http://localhost/joomla/vcs/weblinks/tests/joomla-cms3'
and thus the browser allways stops with a
'Error - Invalid URL - Unable to find install package'
Oooops....my fault:
acceptance.suite.dist.yml has changed while I'm using still an older
acceptance.suite.yml of mine, wich is never overwriten on by a pull.
Need to put that on my radar :)
Thank you
Hi, there are two URLs in the acceptance.dist.yml.. One in JoomlaBrowser and one in AcceptanceHelper (scroll down). Normally they have to be the same.
url: 'http://localhost/tests/joomla-cms3' # the url that points to the joomla installation at /tests/system/joomla-cms - we need it twice here
We are working on a nicer solution for that..