2017-25 © Pedro Peláez
 

library joomla-testing

Joomla automated testing scripts with container capabilities

image

joomla-projects/joomla-testing

Joomla automated testing scripts with container capabilities

  • Wednesday, October 11, 2017
  • by jatitoam
  • Repository
  • 13 Watchers
  • 0 Stars
  • 47,554 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

NOTE - This repository has been archived for now., (*1)

GSOC 2017 Parallel Testing Project

Summary

The project aims to reduce time of acceptance tests for Joomla extensions, with the initial focus on Weblinks., (*2)

This is made possible by running the tests in parallel in an environment of multiple Joomla servers and Selenium clients. The environment is automatically generated by the virtualisation project. Furthermore, a special algorithm has been designed and implemented to manage the optimal execution of the tasks, also taking account for their dependencies., (*3)

Run the parallel testing module

In order to run the tests, simply run the following command:, (*4)

 vendor/bin/robo run:coordinator isacandrei weblinks container-test > coordinator.log 2>&1

The logs will be available on the coordinator.log file., (*5)

The extension acceptance tests logs are currently saved in the _output folder of the extension., (*6)

The current setup has 5 servers and 3 clients. Therefore the expected behaviour is to run the first three tests, and when one finishes, run the one from the remaining ones. When another one finishes, the last test will be run., (*7)

At the end, a statistics of the tasks on each server is stored in the logs, summarising how many tasks are completed successfully and how many are failed., (*8)

Documentation

  1. Documentation, (*9)

  2. First Post, (*10)

  3. Second Post, (*11)

  4. Meeting reports, (*12)

Repositories List:

PR Commits Lists:

All the PRs have been accepted and merged into the public repositories. The project is ready to use and will be integrated with Travis for Joomla extensions. The only dependency needed for each extension is the yml file with the required tests and working acceptance tests, all being described in the documentation listed above., (*13)

The Versions

11/10 2017

dev-master

9999999-dev

Joomla automated testing scripts with container capabilities

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.4.0

 

The Development Requires

by Tito Alvarez

task docker tests qa robo containers

11/10 2017

dev-puneet0191-patch-1

dev-puneet0191-patch-1

Joomla automated testing scripts with container capabilities

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.4.0

 

The Development Requires

by Tito Alvarez

task docker tests qa robo containers

24/08 2017

dev-container-test

dev-container-test

Joomla automated testing scripts with container capabilities

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.4.0

 

The Development Requires

by Tito Alvarez

task docker tests qa robo containers