mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-15 17:17:08 +00:00
17d223b4c1
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
15 lines
436 B
JSON
15 lines
436 B
JSON
{
|
|
"name" : "joomla-extensions/weblinks",
|
|
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
|
|
"license" : "GPL-2.0+",
|
|
"require" : {
|
|
"php": ">=5.3.10"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "2.0.13",
|
|
"joomla-projects/joomla-browser": "dev-develop",
|
|
"codegyre/robo": "~0.5",
|
|
"joomla-projects/robo": "dev-master"
|
|
}
|
|
}
|