You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Panthère
2
-
**A browser testing and web scrapping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**
2
+
**A browser testing and web scraping library for [PHP](https://php.net) and [Symfony](https://symfony.com)**
3
3
4
4
*Panthère* is a convenient standalone library to scrape websites and to run end to end tests **using real browsers**.
5
5
@@ -15,7 +15,7 @@ Keep in mind that Panthère doesn't depend of Symfony, it's a standalone library
15
15
Because Panthère automatically finds your local installation of Chrome and launches it (thanks to [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)),
16
16
you don't have anything to install on your computer: no Selenium server nor obscure driver.
17
17
In test mode, Panthère automatically starts your application using [the PHP built-in web-server](http://php.net/manual/en/features.commandline.webserver.php).
18
-
Focus on writing your tests or web-scrapping scenario, Panthère takes care of everything else.
18
+
Focus on writing your tests or web-scraping scenario, Panthère takes care of everything else.
19
19
20
20
## Install
21
21
@@ -78,7 +78,7 @@ services. Unlike the Panthère's client, the Symfony's testing client doesn't su
78
78
it is super-fast!
79
79
80
80
Alternatively (and even for non-Symfony apps), Panthère can also leverage the [Goutte](https://github.com/FriendsOfPHP/Goutte)
81
-
web scrapping library. Goutte is an intermediate between the Symfony's test client and the Panthère one: it sends real HTTP
81
+
web scraping library. Goutte is an intermediate between the Symfony's test client and the Panthère one: it sends real HTTP
82
82
requests, is fast and can browse any webpage, not only the ones of the application under test.
83
83
But, because it is entirely written in PHP, Goutte doesn't support JavaScript and other advanced features.
84
84
@@ -113,7 +113,7 @@ class E2eTest extends PanthereTestCase
113
113
114
114
## Features
115
115
116
-
Unlike testing and web scrapping libraries you're used to, Panthère:
116
+
Unlike testing and web scraping libraries you're used to, Panthère:
117
117
118
118
* executes the JavaScript code contained in webpages
119
119
* supports all everything that Chrome (or Firefox) implements
@@ -133,7 +133,7 @@ Because Panthère implements the API of popular, it already has an extensive doc
133
133
134
134
## Travis CI Integration
135
135
136
-
Panthère will work out of the box with Travis until you add the Chrome addon. Here is a minimal `.travis.yml` file to run
136
+
Panthère will work out of the box with Travis if you add the Chrome addon. Here is a minimal `.travis.yml` file to run
0 commit comments