Commit Graph

479 Commits

Author SHA1 Message Date
Christophe Coevoet
faaa8cc7fe Updated the listeners to use the new event classes 2014-03-12 03:09:00 +01:00
Christophe Coevoet
f74ba60ff3 Enabled strict mode when running Behat 2014-03-12 03:07:45 +01:00
Christophe Coevoet
db978198a3 Added testing on HHVM and PHP 5.6 2014-03-12 03:07:14 +01:00
Christophe Coevoet
e494a5df31 Merge branch '1.3' into 2.0 2014-01-31 00:07:24 +01:00
Christophe Coevoet
a6c0b09153 Merge branch 'french_translation' into 1.3 (PR #124)
This PR was submittedn to the 2.0 branch but merged into the 1.3 branch
instead.
Closes #124
2014-01-31 00:06:00 +01:00
Christophe Sicard
7b89767de7 Fix french typo j'attache le fichier 2014-01-31 00:04:44 +01:00
Christophe Coevoet
7d12a290c1 Merge branch '1.3' into 2.0
Conflicts:
	doc/index.rst
2014-01-25 01:27:30 +01:00
Christophe Coevoet
bade18bc89 Merge branch 'fr_trans' into 1.3 (PR #123)
This PR was submitted to the 2.0 branch but merged into the 1.3 branch
instead.
Closes #123
2014-01-25 01:24:29 +01:00
Nimothenicefish
e968ca24a4 Update the fr translation - add step for verify the element should not contain 2014-01-25 01:23:50 +01:00
Christophe Coevoet
b1740f4c86 Merge pull request #122 from stof/remove_dictionary
Removed the MinkDictionary
2014-01-24 16:19:34 -08:00
Christophe Coevoet
b039391be5 Fixed url of the Travis badge 2014-01-20 01:37:45 +01:00
Christophe Coevoet
c1336bee32 Cleaned the ZombieDriver configuration
The ZombieDriver expects a single argument when passing a ZombieServer,
and it ignores any subsequent argument. Thus, it never deals with a
Connection itself (the server does).
Closes #23
2014-01-18 11:13:51 +01:00
Christophe Coevoet
5a60ac1190 Removed the MinkDictionary
Providing this trait required duplicating all step definitions, thus
making the maintenance harder. The possibility to use several contexts in
the same suite in Behat 3 is cleaner than using this trait. Thus, the
special logic used to detect this trait was clearly a hack.
Closes #120
2014-01-18 11:05:52 +01:00
Konstantin Kudryashov
8021fc626b Merge pull request #121 from stof/driver_factory
Refactored the configuration of sessions
2014-01-14 01:01:56 -08:00
Christophe Coevoet
e569fd7bc1 Added a shortcut syntax for the configuration of sessions 2014-01-13 23:06:23 +01:00
Christophe Coevoet
794ea867ea Removed unused use statements 2014-01-11 01:04:54 +01:00
Christophe Coevoet
4a398672ee Fixed the steps printing some output 2014-01-11 00:58:21 +01:00
Christophe Coevoet
58ca78aa59 Added some validation of the default session and javascript session 2014-01-11 00:27:14 +01:00
Christophe Coevoet
3ee16c4b87 Refactored the configuration of sessions
The configuration now makes sessions a first-class citizen instead of
being centered around drivers. This allows defining several session based
on the same driver type.
Instead of allowing other extensions to register their own sessions to add
new drivers, they can now register a DriverFactory in the MinkExtension
during the extension initialization to make a new driver type available.
2014-01-11 00:13:12 +01:00
Christophe Coevoet
589cd05897 Added the initialize method in the extension 2014-01-10 20:47:34 +01:00
Christophe Coevoet
0c90fe0c7a Updated the config for the removal of the context setting in Behat 2014-01-09 21:55:52 +01:00
Konstantin Kudryashov
cbe218c1fe Merge pull request #117 from stof/behat_3
Refactored the extension for Behat 3.0-RC
2014-01-04 16:06:44 -08:00
Christophe Coevoet
8f5332371a Updated the code for latest changes done in Behat 2014-01-05 00:48:09 +01:00
Christophe Coevoet
2c521b68ad Fixed the support of the insulated tag at the feature level 2014-01-04 17:16:54 +01:00
Christophe Coevoet
3059bc525c Added specs for the classes 2014-01-04 17:14:35 +01:00
Christophe Coevoet
e261a5bfe3 Updated the doc 2014-01-04 16:16:11 +01:00
Christophe Coevoet
ca0657d047 Fixed the requirement Behat version in the doc 2014-01-04 15:59:03 +01:00
Christophe Coevoet
d79dc1ae71 Refactored the extension for Behat 3.0 2014-01-04 14:59:18 +01:00
Christophe Coevoet
24012515e5 Moved the license header to the top of the file 2014-01-04 11:53:25 +01:00
Christophe Coevoet
9b68107edc Merge pull request #116 from digitalkaoz/2.0_behat_3_fixes
made compatible with behat 3rc1
2014-01-03 13:27:54 -08:00
Robert Schönthal
84ec704026 fixed behat constraint 2014-01-02 16:50:47 +01:00
Robert Schönthal
74aa54a6f3 fixed indentation 2014-01-02 16:42:40 +01:00
Robert Schönthal
4779f3d233 removed unused use 2014-01-02 16:37:57 +01:00
Robert Schönthal
18ec75d611 made compatible with behat 3rc1 2014-01-02 16:32:32 +01:00
Konstantin Kudryashov
ded8bd80b2 Merge pull request #109 from tanarurkerem/2.0
Add Hungarian translation.
2013-11-17 23:54:57 -08:00
Christophe Coevoet
e58a570e59 Merge pull request #111 from docteurklein/3.0
make it compatible with behat v3
2013-10-29 06:31:31 -07:00
Klein Florian
2ebc88634b make it compatible with behat v3 2013-10-29 14:04:29 +01:00
Christophe Coevoet
253d919b42 Fixed the supported symfony versions on travis 2013-10-29 12:11:35 +01:00
Christophe Coevoet
d4e493f29d Removed the branch restriction on Travis to make it run again 2013-10-29 12:08:04 +01:00
István Palócz
cace321e19 Add Hungarian translation. 2013-10-13 21:27:40 +02:00
Christophe Coevoet
ff87f2abe3 Merge remote-tracking branch 'kilip/id-translation' into 1.3 2013-09-25 14:32:58 +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
Anthonius Munthi
5f3af8e975 improve translation 2013-08-22 01:00:59 +08:00
Anthonius Munthi
c7718edd5e added indonesian language translation 2013-08-21 16:10:54 +08:00
Konstantin Kudryashov
0b72238263 Merge pull request #94 from bahamut1221/patch-1
Add possible option firefox binary
2013-08-17 12:01:06 -07:00
Konstantin Kudryashov
e0613b41eb Merge pull request #97 from ludofleury/master
Update to Behat 2.5.0
2013-08-17 12:00:46 -07:00
Ludovic Fleury
12af25ac75 Update to Behat 2.5.0 2013-08-15 12:54:43 +02:00
Konstantin Kudryashov
4c935932ed Merge pull request #95 from mandarille/master
Updated the danish translation
2013-08-12 05:32:13 -07:00
Rikke Simonsen
6c6a8bc20a Updated the danish translation 2013-08-12 13:39:06 +02:00
bahamut1221
e5238c8e51 Add possible option firefox binary
Possiblity to launch a specific firefox binary
2013-07-15 10:45:12 +02:00