Commit Graph

360 Commits

Author SHA1 Message Date
Konstantin Kudryashov
cfbeb7c765 Merge pull request #234 from uptownhr/patch-1
fixed guzzle parameter passing
2016-02-15 07:52:40 +00:00
James Lee
7f0c691d24 fixed guzzle parameter passing
Guzzle does not expect 'default' array to be passed to the constructor. If passed as a default key, guzzle will not updates it's defaults.
2016-02-05 16:06:30 -06:00
Christophe Coevoet
296445cec0 Merge pull request #227 from Soullivaneuh/patch-1
Allow Symfony 3.0
2015-12-21 12:03:47 +01:00
Sullivan SENECHAL
c380282914 Allow Symfony 3.0 2015-12-01 14:37:56 +01:00
Christophe Coevoet
06e2b99d92 Update the branch alias
The master branch contains new features on top of 2.0
2015-09-29 19:42:41 +02:00
Christophe Coevoet
6955fa8674 Improve the Travis setup
- use the container-based infrastructure
- persist the composer download cache between builds
- test against dev versions of dependencies
2015-09-29 19:23:20 +02:00
Christophe Coevoet
c7fb932533 Merge pull request #209 from ddeboer/patch-1
Remove spurious space
2015-05-07 15:06:09 +02:00
David de Boer
2d543d7097 Remove spurious space 2015-05-07 14:40:41 +02:00
Christophe Coevoet
9bff0ae65f Merge pull request #200 from ifdattic/patch-1
Fix typos
2015-03-25 18:21:25 +01:00
Andrew Marcinkevicius
cd494dd48f Fix typos 2015-03-25 18:12:28 +02:00
Christophe Coevoet
bcd3fc1809 Merge pull request #202 from jrobeson/patch-1
use composer require for installation
2015-03-22 19:16:23 +01:00
Johnny Robeson
d82797e5df use composer require for installation 2015-03-21 06:53:24 -04:00
Christophe Coevoet
a448b617c6 feature #199 Add emulator option to BrowserStack capabilities. (gries)
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Add emulator option to BrowserStack capabilities.

Hi,
I would like to add the emulator option to BrowserStack capabilities.

This option allows you to run iOS devices via. an Emulator instead of real devices which is sometimes necessary as they are using Appium to run tests on real devices, which fails for example if you try to delete cookies.
This option is currently not documented on BrowserStack but I got the hint of their support to use this option.

thank you

Commits
-------

a15cff9 Add emulator option to BrowserStack capabilities.
2015-03-10 10:04:42 +01:00
gries
a15cff9445 Add emulator option to BrowserStack capabilities. 2015-03-10 09:20:26 +01:00
Christophe Coevoet
9b26770a8e minor #198 Inclusion of the translation into Portuguese of Brazil. (logosedu)
This PR was squashed before being merged into the 2.0.x-dev branch (closes #198).

Discussion
----------

Inclusion of the translation into Portuguese of Brazil.

Commits
-------

ac9e161 Inclusion of the translation into Portuguese of Brazil.
2015-03-09 19:14:47 +01:00
Kévio Castro
ac9e16167e Inclusion of the translation into Portuguese of Brazil. 2015-03-09 19:14:45 +01:00
Christophe Coevoet
11e8519451 minor #197 Update dutch translations (belendel)
This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Update dutch translations

Commits
-------

dcabeb9 Update dutch translations
2015-03-02 11:49:23 +01:00
Christophe Coevoet
2691928ac9 Merge pull request #195 from mauricios/master
Update docs example for disable SSL certificate verification in Guzzle
2015-03-02 11:42:03 +01:00
Ben
dcabeb9f36 Update dutch translations 2015-03-01 20:52:17 +01:00
Mauricio Sánchez
e08f521781 Adding example to disable SSL certificate verification in earlier Guzzle versions 2015-02-23 10:38:32 -05:00
Mauricio Sánchez
22a365469c Fixing inconsistencies in markdown and code indentation
Fixing inconsistencies in markdown and code indentation in the Goutte driver examples
2015-02-21 23:23:53 -05:00
Mauricio Sánchez
bcc4fd4300 Update docs for disable SSL certificate verification in Guzzle
Update docs for disable SSL certificate verification behaviour in Guzzle 5 using the verify option, see: http://docs.guzzlephp.org/en/latest/clients.html?highlight=verify#event-subscribers
2015-02-21 23:19:29 -05:00
Christophe Coevoet
ba5329be65 Merge pull request #187 from csarrazi/master
[Easy-Pick] Fixed Selenium2 ignoreZoomSetting configuration in Selenium2Factory
2015-01-23 01:01:18 +01:00
Christophe Coevoet
f1df9a0207 Merge pull request #186 from stof/remove_config_defaults
Remove default values for capabilities
2015-01-23 00:59:31 +01:00
Charles Sarrazin
c909592691 Fixed configuration for Selenium2 factory
Changing the scalarNode to a booleanNode actually fixes a bug in the latest version of IEDriverServer + Selenium2, which triggers a segmentation fault if the value given for ignoreZoomSetting is a string and not a boolean (which is the case currently).
A simple check for this is to try launching Behat + mink + Selenium2 with Selenium2 + IEDriverServer, with the following defaults:

```yml
default:
  suites:
    default:
      contexts:
        - Behat\MinkExtension\Context\MinkContext
  extensions:
    Behat\MinkExtension:
      javascript_session: default
        sessions:
          default:
            selenium2:
              browser: "internet explorer"
```

Adding the capabilities with ignoreZoomSetting set to true or false also fixes the issue, but not at the source of the problem.
2015-01-21 14:45:58 +01:00
Christophe Coevoet
ad17b04649 Merge pull request #180 from stof/fix_custom_data
Unset the custom-data node when it is empty
2015-01-19 11:19:43 +01:00
Christophe Coevoet
819063c58b Unset the custom-data node when it is empty
Closes #179
2015-01-19 02:01:08 +01:00
Christophe Coevoet
0bb80effb3 Remove default values for capabilities
This lets Selenium choose its own default values without duplicating
them.
Replaces #183
Refs #179
2015-01-19 01:49:01 +01:00
Christophe Coevoet
a3f0d90bea Merge pull request #172 from newtonwagner/patch-3
Review "to be" translation on the-checkbox-should-be-checked and the-checkbox-should-not-be-checked
2015-01-19 00:24:22 +01:00
Christophe Coevoet
d17af4bc00 Merge pull request #177 from dantleech/throw-exception-mink-not-set
Throw exception if mink has not been set in context
2015-01-19 00:21:28 +01:00
Christophe Coevoet
1e9d87f853 Merge pull request #185 from gggeek/issue_184
Fix issue 184: user not allowed to set tags sent to selenium
2015-01-19 00:17:08 +01:00
gggeek
a0bd5412c1 Fix issue 184: user not allowed to set tags sent to selenium 2015-01-08 18:17:02 +00:00
dantleech
541b1462de Throw exception if mink has not been set in context 2014-12-02 15:45:15 +01:00
Newton Wagner
9290ab6aa8 Update pt.xliff
"To be" verb, in portuguese can be translated to "ser" or "estar" verbs in portuguese, depending on the context. In this case, it is better translating it to "estar". I've used the conditional to not break old features.
2014-11-05 11:34:55 -02:00
Christophe Coevoet
2ab8c00c59 Merge pull request #169 from greg0ire/proofread_documentation
fix syntax and grammar issues
2014-10-08 10:13:38 +02:00
Christophe Coevoet
896a2c52c0 Fixed the dev requirement 2014-10-08 10:09:42 +02:00
Grégoire Paris
727c99d457 fix syntax and grammar issues 2014-10-07 23:25:18 +02:00
everzet
06a4cb5661 Introduce RawMinkContext::visitPath() helper method 2014-09-23 11:59:27 +01:00
Christophe Coevoet
5e54daa786 Merge pull request #164 from Relequestual/patch-1
Update README.md
2014-09-16 17:08:05 +02:00
Ben Hutton
b3ee1ef187 Update README.md 2014-09-16 11:18:53 +01:00
Ben Hutton
ca5a23dc3d Update README.md
Updated the first section in the README.md to match the linked to docs. I was confused by the fact that it didn't mention Behat v 3, so wasn't sure if I could use 3 or had to stick to 2.5 branch.
2014-09-04 13:49:18 +01:00
Christophe Coevoet
a680dada39 Removed the sponsor section from the readme
[ci skip]
2014-08-12 19:51:50 +02:00
Christophe Coevoet
84ee4edd51 Updated some links in the readme 2014-08-12 19:48:00 +02:00
Christophe Coevoet
42e3cf9155 Merge pull request #162 from MacDada/patch-1
README.md: fixed i18n links
2014-08-12 19:42:18 +02:00
Dawid Nowak
d9939c5e91 README.md: fixed i18n links
This one doesn't work as well, but I couldn't find the file in the cucumber/gherkin repo:
https://github.com/cucumber/gherkin/blob/master/lib/gherkin/i18n.yml

I tried looking in 2013 revisions, but with no luck. Perhaps the link was always broken?
2014-08-08 21:58:08 +02:00
Konstantin Kudryashov
5dcc001aac Merge pull request #149 from Fuhrmann/patch-1
Update pt.xliff
2014-08-05 07:12:07 +01:00
Konstantin Kudryashov
11fe0bc3d3 Merge pull request #151 from WouterJ/patch-1
Added missing dutch translation
2014-08-05 07:11:17 +01:00
Konstantin Kudryashov
c8e6b5e494 Merge pull request #159 from newtonwagner/patch-1
Remove non portuguese translation and adding missing a verb.
2014-08-05 07:10:20 +01:00
Konstantin Kudryashov
2c67c82abc Merge pull request #160 from dohzoh/mink-extension-japanese
fixed ja.xliff
2014-08-05 07:10:05 +01:00
dozo
76ac962a61 fixed ja.xliff 2014-07-25 22:48:38 +09:00