avatar peterpeter
peterpeter
5 Nov 2015

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'

avatar peterpeter peterpeter - open - 5 Nov 2015
avatar yvesh
yvesh - comment - 5 Nov 2015

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..

avatar peterpeter
peterpeter - comment - 5 Nov 2015

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 :+1:

avatar peterpeter peterpeter - close - 5 Nov 2015

Add a Comment

Login with GitHub to post a comment