Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ cache:
directories:
- $HOME/.composer/cache

before_install:
- wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.11.1/php-cs-fixer.phar

before_script:
- phpenv config-rm xdebug.ini
- composer install

script:
- phpunit
- php php-cs-fixer.phar fix --dry-run --diff --no-ansi
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Panthère
**A browser testing and web scraping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**

[![Build Status](https://travis-ci.org/dunglas/panthere.svg?branch=master)](https://travis-ci.org/dunglas/panthere)

*Panthère* is a convenient standalone library to scrape websites and to run end-to-end tests **using real browsers**.

Panthère is super powerful, it leverages [the W3C's WebDriver protocol](https://www.w3.org/TR/webdriver/) to drive native web browsers such as Google Chrome and Firefox.
Expand Down