This repo is meant to hold the decoupled com_weblinks component and related code.
Go to file
javier gomez 17d223b4c1 Add system tests codebase
This pull adds the base for testing Weblinks component with an Firefox automated browser via Selenium and Codeception Framework.

See it in action in the following video: https://www.youtube.com/watch?v=gpsZVZCsawg

This pull will launch the tests in Travis, however you can run the tests in your local machine too. Find the instructions at: README.md
2015-05-24 21:32:32 +02:00
src Bump version to 3.4.1-rc2 2015-05-20 20:08:20 +01:00
tests Add system tests codebase 2015-05-24 21:32:32 +02:00
.gitignore Add system tests codebase 2015-05-24 21:32:32 +02:00
.travis.yml Add system tests codebase 2015-05-24 21:32:32 +02:00
CONTRIBUTING.md Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
LICENSE Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
README.md Add system tests codebase 2015-05-24 21:32:32 +02:00
RoboFile.php Add system tests codebase 2015-05-24 21:32:32 +02:00
build.ini Bump version to 3.4.1-rc2 2015-05-20 20:08:20 +01:00
build.xml Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
codeception.yml Add system tests codebase 2015-05-24 21:32:32 +02:00
composer.json Add system tests codebase 2015-05-24 21:32:32 +02:00
manifest.xml Revert #22 Temporarily 2015-05-18 12:06:41 +01:00

README.md

Weblinks for Joomla!

This repo is meant to hold the decoupled com_weblinks component and related code.

Tests

To prepare the system tests (Selenium) to be run in your local machine you are asked to rename the file tests/acceptance.suite.dist.yml to tests/acceptance.suite.yml. Afterwards, please edit the file according to your system needs.

To run the tests please execute the following commands (for the moment only working in Linux and MacOS, for more information see: https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception):

$ composer update
$ vendor/bin/robo
$ vendor/bin/robo test:acceptance