Commit Graph

51 Commits

Author SHA1 Message Date
everzet
0b9c0447bd Reload session before outline examples (closes #22) 2012-09-18 12:03:48 +02:00
Konstantin Kudryashov
306010033a Merge pull request #35 from robocoder/selenium2-capabilities-patch
add remaining Selenium2 webdriver capabilities
2012-09-18 03:00:50 -07:00
Anthon Pang
246f2200f9 chromedriver capabilities support 2012-09-14 23:48:26 -04:00
Anthon Pang
b950fb7bfa add remaining Selenium2 webdriver capabilities
(takesScreenshot, handlesAlerts, and cssSelectorsEnabled are read-only)
2012-09-14 22:46:01 -04:00
everzet
2a0913a19c fixed default value 2012-09-10 21:24:31 +02:00
everzet
63b6c126ce added support for setting show_auto through ENV vars 2012-09-10 21:20:33 +02:00
everzet
9e2c34cbd0 added support for automatic show on failures 2012-09-10 20:20:10 +02:00
Frédéric Hardy
6897c15732 Port of sahi is 9999, not 999 2012-08-29 17:18:09 +03:00
everzet
cf32eff0ce added guzzle_parameters section to goutte config 2012-08-28 11:55:25 +02:00
Anthon Pang
a4284d9cda convert version to string 2012-08-23 10:46:05 -04:00
jubianchi
57d6199102 Add config via env 2012-08-23 11:09:55 +02:00
Konstantin Kudryashov
3e874c2c99 Merge pull request #28 from robocoder/firefox-version-patch
bump desired firefox version from 8 to 9 to match behat.xml
2012-08-23 01:44:21 -07:00
Anthon Pang
f82c22663c add support for WebDriver proxy in desired capabilities 2012-08-22 14:17:48 +00:00
Anthon Pang
b5e891196b bump desired firefox version from 8 to 9 to match behat.xml; also change type from integer to string to fix "java.lang.Long cannot be cast to java.lang.String" error 2012-08-22 14:10:49 +00:00
Roger Llopart Pla
4de12635e2 Fixed a rename which was done only partially in the MinkDictionary trait. 2012-07-24 17:34:25 +02:00
Ryan Weaver
cb0e9ed3fa Fixing the SelectorsPass, which referenced the wrong id for the SelectorsHandler, making this compiler never do anything 2012-07-20 15:54:34 -05:00
Konstantin Kudryashov
f96606ddb1 fixed priorities for initializer event listeners
prepare sessions before hooks, but teardown them after
2012-07-05 10:59:06 +03:00
everzet
6c292e7f02 added homepage definition shortcut 2012-06-19 18:36:45 +02:00
Michel Salib
542c11698e Fixing use of MinkDictionary 2012-06-18 17:29:54 +03:00
Konstantin Kudryashov
b62d9ddb3a fixed bug, introduced with previous commit 2012-06-18 14:32:57 +03:00
Konstantin Kudryashov
7effa5f2ce pass base_url 2012-06-18 14:12:42 +03:00
e-weimann
018e3d6152 A Scenario Outline was not configuring default Mink session before each scenario, added beforeOutline eventName to SubscribedEvents. 2012-06-11 16:38:39 +03:00
Romulo De Lazzari
98e4dacd7a changed from $text to $pattern 2012-06-08 18:26:18 +01:00
everzet
5ff38df4b9 added missing last argument (fixes #7) 2012-06-05 13:48:51 +02:00
Konstantin Kudryashov
f4b9700355 allow optional full path usage even if files_path option set 2012-06-03 20:17:20 +03:00
everzet
b90c244dc7 Merge branch 'master' of github.com:Behat/MinkExtension 2012-06-02 22:10:27 +02:00
everzet
7ead2a0e08 Fixed PSR2 style guides compliance 2012-06-02 22:10:00 +02:00
Simon Westcott
ef648efca7 Corrected driver namespace and constructor parameter ordering 2012-06-01 21:24:11 +01:00
everzet
fe2d420ab9 moved drivers check after mink_loader requirement 2012-05-30 10:45:45 +02:00
everzet
075a938dc1 validate that driver is actually installed before activating it 2012-05-30 10:40:44 +02:00
everzet
cf9ddc4b93 automatically activate session if specific driver installed 2012-05-30 01:05:14 +02:00
Simon Westcott
faceec8fb6 Explicitly set parameter types to string 2012-05-24 10:56:41 +01:00
everzet
72760dbc34 fixed selenium2 session definition 2012-05-22 22:06:02 +02:00
everzet
4a46111a46 added missing configuration blocks 2012-05-21 01:47:43 +02:00
everzet
06bcf5e8bc fixed event subscriber 2012-05-20 21:38:27 +02:00
everzet
e66dae35cd updated extension for latest Mink beta 2012-05-20 21:27:46 +02:00
everzet
9d26757d82 returned explicity for configuration 2012-05-15 09:58:06 +02:00
everzet
fe09d84ef2 fixed class guesser priority (latest Behat) 2012-05-14 23:52:30 +02:00
everzet
fa3714e371 don't preconfigure default values for session and browser parameters 2012-05-14 23:35:03 +02:00
everzet
1efa04f344 cleaned service configuration 2012-05-14 20:58:58 +02:00
everzet
c71f3ba2e6 renamed MinkAwareContextInterface -> MinkAwareInterface 2012-05-14 20:52:33 +02:00
Christophe Coevoet
cfd002cbd8 Changed the regex delimiter for "The url should match"
Using / as a regex delimiter when matching an url is a pain because it
forces to escape all / in the url (and there more often / than " in
an URL).
2012-05-11 22:00:46 +02:00
everzet
cea7ad5eeb updated comment with insulated info 2012-05-11 10:13:05 +02:00
everzet
65747ef131 moved default session configuration and active sessions teardown into initializer 2012-05-11 10:10:51 +02:00
everzet
74bcde4820 refactored service names and parameterized all class names 2012-05-11 01:02:07 +02:00
everzet
641157b050 refactored extension to support latest changes in Behat edge 2012-05-11 00:43:11 +02:00
everzet
7e31241f21 remove trailing separator in files_path before applying 2012-05-08 13:29:01 +02:00
everzet
622faa5f32 added MinkDictionary trait 2012-05-07 16:23:38 +02:00
everzet
ca5e4ec7d8 added mink_loader option 2012-05-06 22:13:21 +02:00
everzet
d55f44cd7e added i18n for steps 2012-05-06 21:24:26 +02:00