30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-01 05:50:52 +00:00

Merge pull request #83 from gunjanpatel/readmeUpdate

[doc] Updating robo acceptance run command
This commit is contained in:
Puneet Kala 2015-08-03 10:41:37 +05:30
commit cb1a9ae1af

View File

@ -10,7 +10,7 @@ To run the tests please execute the following commands (for the moment only work
```bash ```bash
$ composer install $ composer install
$ vendor/bin/robo $ vendor/bin/robo
$ vendor/bin/robo test:acceptance $ vendor/bin/robo run:test acceptance
``` ```
@ -18,15 +18,15 @@ $ vendor/bin/robo test:acceptance
You need to install: You need to install:
- Git for windows (https://msysgit.github.io/) - Git for windows (https://msysgit.github.io/)
- GitHub for windows (https://windows.github.com/) - GitHub for windows (https://windows.github.com/)
- Curl for windows if necesssary. - Curl for windows if necesssary.
Note: For commands line is better if you use the 'Git shell' program. Note: For commands line is better if you use the 'Git shell' program.
Create a symbolic link from your tests\joomla-cms3 to a subfolder of your web server. For example, I'm creating a link between the tests folder of my weblinks folder and the tests folder of my web server: Create a symbolic link from your tests\joomla-cms3 to a subfolder of your web server. For example, I'm creating a link between the tests folder of my weblinks folder and the tests folder of my web server:
mklink /J C:\wamp\www\tests\joomla-cms3 C:\Users\Nicolas\Documents\GitHub\weblinks\tests\joomla-cms3 mklink /J C:\wamp\www\tests\joomla-cms3 C:\Users\Nicolas\Documents\GitHub\weblinks\tests\joomla-cms3
Go in the folder of weblinks, for example: Go in the folder of weblinks, for example:
cd C:\Users\Nicolas\Documents\GitHub\weblinks cd C:\Users\Nicolas\Documents\GitHub\weblinks
Then, run the command: Then, run the command: