30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-30 04:50:50 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
Brian Teeman
dd7c338448 travis/drone (#337)
Seperate Travis and drone from the title of the repo
2017-04-04 18:37:03 +02:00
zero-24
f30e456ee0 some more changes 2017-03-31 17:59:06 +02:00
zero-24
76ec0b8ca6 fix readme md file 2017-03-31 17:58:45 +02:00
zero-24
df8d9da962 Add drone badage to readme.md (#310) 2017-02-15 12:05:52 +01:00
Astrid
ced791e351 Read me (#295)
* myInstallation

* myInstallation

* corrections

* corrections

* corrections

* corrections
2017-02-13 17:16:20 +01:00
Daniel Dimitrov
ab6125be50 ~ changes to the way we deal with curl insecure on windows (#163) 2016-10-15 15:47:47 +02:00
zero-24
8ef77771e7 Add patchtester description to README.md
* Update README.md
2016-08-05 13:17:35 +02:00
javier gomez
44be385447 Merge remote-tracking branch 'origin/master' into pr/158
# Conflicts:
#	tests/acceptance.suite.dist.yml
2015-11-04 11:48:14 +01:00
Yves Hoppe
7ea2741520 Integrated robo build system - clean merge of #125 2015-11-02 10:55:42 +01:00
Francesco Abeni
8fd6f1d0e4 Add environments for different resolutions 2015-11-01 16:05:43 +01:00
javier gomez
6e78edfd2f Add link to testing best practices document 2015-10-31 17:19:21 +01:00
Viktor Vogel
86e4f0cbe0 Merge pull request #123 from therunnergit/update-documentation
Update documentation
2015-10-30 17:12:59 +01:00
Kubik-Rubik
fbb4fe63e6 Updated wording 2015-10-30 17:02:58 +01:00
Francesco Abeni
6f115b1221 Update documentation
Add documentation about RoboFile.ini local configuration file
2015-10-30 15:47:16 +01:00
Kubik-Rubik
c3da104011 Updated README.md for Windows 2015-10-29 14:43:21 +01:00
javier gomez
e17fba993a Update the way to run All the tests
the run:test method allows to run the tests individually. The command for running all the tests is `run:tests`(see https://github.com/joomla-extensions/weblinks/blob/master/RoboFile.php#L41)

Updates #83
2015-08-04 09:57:35 +02:00
Gunjan Patel
4e75b75e51 [doc] Updating robo acceptance run command 2015-08-03 10:30:47 +05:30
zero-24
6a7dd1948e suggest composer install insted of update 2015-06-09 19:15:41 +02:00
photodude
40e4617018 Add Travis 2015-06-01 11:52:08 -06:00
lucianito20012000
6ba6f205bb Update README.md 2015-05-30 15:29:02 -05:00
Nicolas
36499e5533 windows robo support 2015-05-30 21:31:14 +02:00
zanardigit
fe9edb142f Suggest "composer install" instead of "update"
"composer update" is something you should only do as project maintainer, when you want to check for newer versions of your dependencies, or after you changed anything in your composer.json file (i.e. added / modified / removed dependencies). This command not only will download dependencies, but also create a new "composer.lock" file.
On all other cases (deployment, testing) it is best to use "composer install" which only reads the "composer.lock" file. In this way, you are sure that every machine gets the exact same version. And as a nice bonus is much faster than the "composer.update" command :-)
2015-05-30 17:15:29 +02:00
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
zero-24
047ab2e69b Update README.md 2015-04-10 23:41:28 +02:00
Andrew Eddie
a7b3eb7c5c Initial decoupling of Weblinks
July made me do it!
2014-04-08 22:32:59 +10:00
Andrew Eddie
d83e00fc65 Initial commit 2014-02-09 10:40:10 -08:00