32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-12-26 18:10:11 +00:00
weblinks/.gitignore
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

57 lines
553 B
Plaintext

# Builds
build
releases
# OSX
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
Desktop.ini
# PHPStorm
.idea/
# Sublime Text
*.sublime*
# Eclipse
.buildpath
.project
.settings
# Temp files
*.tmp
*.bak
*.swp
*~.nib
*~
# Phing
build.properties
phing-latest.phar
# Github pages and Jekyll files
/_site/
/Gemfile
/Gemfile.lock
# composer
composer.lock
composer.phar
vendor/*
# Robo
robo.phar
# Test related files
tests/acceptance.suite.yml
tests/*/*Tester.php
tests/joomla-cms3*
selenium-server-standalone.jar
codecept.phar
selenium.log