Christophe Coevoet
0642b680b6
Fixed the regex of the step matching url to avoid breaking formatters
...
The inner group needs to be non-capturing. Fixes #99
2014-04-27 13:55:27 +02:00
Christophe Coevoet
5fd83a8d15
Added support of optional full paths for uploads in the trait
...
This was implemented in the MinkContext in f4b9700 but the trait was not
in sync.
2014-04-27 13:47:49 +02:00
Christophe Coevoet
265aee68b3
Fixed the configuration for Selenium2 capabilities
...
Some capabilities need to have a dash in their name to match the name
expected by Selenium2 (which uses a mix of camel cased and dashed names).
This fix makes the MinkExtension incompatible with Symfony 2.0 and 2.1 but
they already reached their end of maintenance anyway.
Closes #91
2013-09-23 18:44:37 +02:00
bahamut1221
e5238c8e51
Add possible option firefox binary
...
Possiblity to launch a specific firefox binary
2013-07-15 10:45:12 +02:00
everzet
b4522f19fe
Use distinguishable tags for SauceLabs
2013-06-04 13:18:22 +01:00
everzet
e69a377f3c
Autoenable travis integration
2013-06-04 00:34:28 +01:00
everzet
fe6c92e6dc
Fix saucelabs integration
2013-06-03 11:05:51 +01:00
everzet
76a9c1f8fb
Implement direct SauceLabs support
2013-06-03 10:39:43 +01:00
Paul Seiffert
9798f45820
Added zombie driver config parameters
2013-05-23 13:19:49 +02:00
Clément Herreman
a63ba2edf2
Allow ignoreZoomSetting in config
2013-04-22 16:10:01 +03:00
Christophe Coevoet
e94e6bfd2a
Fixed the selenium2 parameter definition for capabilities
...
Closes #77
2013-04-17 14:40:55 +03:00
Konstantin Kudryashov
60df289f93
Merge pull request #76 from Shashikant86/master
...
Added some more Sauce Capabilities to Mink Extension
2013-04-15 14:25:42 -07:00
Shashikant86
d9caa76108
Added some sauce capabilities
2013-04-15 20:14:48 +01:00
cmwelsh
117ed3bdba
Allow configuration of additional Sahi connection parameters
...
The values "browser" and "limit" can now be passed in from
behat.yml.
2013-04-08 11:02:48 -07:00
Anthon Pang
c911eef019
for consistency, fix these step arguments too
2013-03-21 20:40:33 -04:00
Konstantin Kudryashov
07014c6c81
Merge pull request #69 from ICANS/master
...
Better access to mink configuration parameters
2013-03-12 02:30:49 -07:00
Sebastian
ffaa38a784
* updated traits based on the changes to mink context parameter settings
2013-03-11 17:06:28 +00:00
Konstantin Kudryashov
cf2212350d
Merge pull request #71 from Shashikant86/master
...
Added 'selenium-version' capability to support different versions of selenium server
2013-03-09 04:33:00 -08:00
Konstantin Kudryashov
5cc3976f28
Merge pull request #70 from jeremyFreeAgent/feature/printCurrentUrl
...
Added 'Then print current URL'
2013-03-09 04:32:33 -08:00
Konstantin Kudryashov
523f2e7034
Merge pull request #57 from kssundar/master
...
Few more possible regular expressions to check checkbox is checked
2013-03-09 04:32:12 -08:00
Konstantin Kudryashov
bee3cca810
Merge pull request #56 from classmarkets/master
...
Support PyStringNode for fillField
2013-03-09 04:31:16 -08:00
Konstantin Kudryashov
00d3cbfb60
Merge pull request #68 from sanpii/assert-homepage
...
Assert homepage
2013-03-09 04:30:42 -08:00
Shashikant
137ce54666
Added Selenium-Version Capabilities
2013-03-08 23:42:29 +00:00
Shashikant
3a6a59cbf8
Added Selenium-Version Capabilities
2013-03-08 23:27:39 +00:00
Jérémy Romey
52a23ed1f2
Added 'Then print current URL'
2013-03-07 12:08:49 +01:00
Peter Schultz
583c7e8d0a
Merge branch 'master' of git://github.com/Behat/MinkExtension
2013-03-04 18:48:25 +01:00
Sebastian
22c41bff9e
* added method to get all parameters from the mink configuration
...
* added method for setting a single parameter (this is useful for
instance if you want to change the base_url context specific)
2013-03-03 19:15:29 +00:00
Sanpi
cd499a71b5
Add homepage assertion
2013-02-18 13:59:08 +01:00
James Bodkin
27ffbde33d
Add firefox profile configuration to selenium2 driver
2013-01-15 17:28:37 +00:00
Adrien Brault
169f970fff
Fix RawMinkContext::saveScreenshot not working
2013-01-03 18:33:16 +01:00
Adrien Brault
e368950d82
Fix RawMinkContext::getSession return type
2013-01-03 16:39:08 +01:00
Konstantin Kudryashov
f98a3092ac
Do not show page if exception's not from Mink
2012-12-19 11:37:38 +01:00
kssundar
b6df191933
by kssundar: Updated regular expression to remove 2 verbs and updated trait to be in sync with minkcontext.
2012-12-13 16:42:54 +05:30
Konstantin Kudryashov
1b68c7343f
Always disable Guzzle redirects
2012-12-12 09:34:22 +01:00
ksbalajisundar
de37a1a1de
by kssundar: Added few more possible regular expression to check whether a checkbox is checked.
2012-12-11 12:52:50 +05:30
Peter Schultz
bec083feb2
Support PyStringNode for fillField in Dictionary
2012-12-06 00:16:37 +01:00
Peter Schultz
06908e9e6d
Support PyStringNode for fillField
2012-12-06 00:08:15 +01:00
Christophe Coevoet
064cb78ff1
Merge pull request #55 from Goutte/steps_sugar
...
Updating translation files for PR #54
2012-12-04 16:48:24 -08:00
Goutte
e587c3271e
Updating translation files
2012-12-04 20:06:02 +01:00
Konstantin Kudryashov
998b6258a6
Merge pull request #46 from Shashikant86/master
...
Additional desired_capabilities for Selenium2
2012-12-04 08:27:05 -08:00
Goutte
be2a10eda8
Added optional 'the' to iAmOnHomepage step
2012-12-04 17:20:34 +01:00
Konstantin Kudryashov
0f92203531
Move generic functions to RawMinkContext [2/2]
2012-10-24 17:59:32 +03:00
Konstantin Kudryashov
7968dbc286
Move generic functions to RawMinkContext [1/2]
2012-10-24 17:57:39 +03:00
Shashikant
98f368edd1
Added some more desired capabilities to selenium2
2012-10-20 16:30:41 +02:00
Shashikant
4fd06934d4
Added Desired capabilities for Webdriver
2012-10-20 16:26:24 +02:00
Konstantin Kudryashov
0314376612
Merge pull request #44 from metaltoad/getScreenshotFeature
...
Implements saveScreenshot helper method in MinkContext
2012-10-16 02:40:16 -07:00
Sebastien Armand
5041313307
Mink can now check that an element does not contain the given HTML
2012-10-15 19:54:25 +08:00
Tony Rasmussen
be9240abe0
getScreenshot is now in Session, not Driver
2012-10-07 10:55:25 -07:00
Tony Rasmussen
da2e4ca85f
Lowercase boolean
2012-10-07 06:47:51 -07:00
Tony Rasmussen
5e854cd042
Implements saveScreenshot helper method in MinkContext
2012-10-06 20:24:32 -07:00