Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Codeception/base

Base Codeception distribution with minimal set of dependencies (excluding WebDriver and Guzzle)
https://github.com/Codeception/base

Print debug information for started/stopped transactions in tests (#4352)

* Print debug information for started/stopped transactions in tests

* changed wording in mess...

0f3ac29b5f9baed121cf6a4da72b47e1781f7e17 authored over 7 years ago
[WebDriver] Smart wait for elements. (#4369)

* Smart wait for elements. Unlike global implicit wait use this feature only when needed

* ad...

928bb039beb0c2f4293916fa71fde744992e680f authored over 7 years ago
Make codeblock in Silex docs uniform in <?php use (#4380)

580c9399d1a9fe43678ae83273244edfb7ba07d4 authored over 7 years ago
Check $module::$excludeActions property for existence before accessing it. (#4382)

c21ce5a662767324e124184a2283ae13ec60fe8c authored over 7 years ago
Use a new test suite for Symfony 3 (#4373)

3b043a0cbff47bfb1819709a52529c338fc335f3 authored over 7 years ago
Merge pull request #4386 from janhenkgerritsen/2.3

Fix bug with `disable_exception_handling` functionality of Laravel5 module

4817241f242ab590a03aeac260337df23f607042 authored over 7 years ago
Update changelog

173adfcc534191f981c1223af6076137d5052fc8 authored over 7 years ago
Fix bug for Laravel disable_exception_handling functionality. Closes #4370

6d65bb59416eed58c5e508382ffd4e89f5bf37ce authored over 7 years ago
Use codeception-2.3 branch of the Laravel sample application

a27ec4aef19eaefaabaf5537b12eb039c2846002 authored over 7 years ago
[WebDriver] Updated docblock of switchToPreviousTab

4e9ace15c23cc2dc1e65e9b321280d394b9097ff authored over 7 years ago
Added recursive access grant for output directory (#4367)

* Added recursive access grant for output directory

* Fixed by code review

767d731694d28c5797d2810afb0e155326207062 authored over 7 years ago
skipping ssl test on wercker (#4368)

31c604854fd18e13ae49551ba256dc5a3a4c18ae authored over 7 years ago
PageConstraint:uriMessage always returns Message (#4361)

It used to return empty string which could cause an error
[Error] Call to a member function app...

f7c1b3a4b7d22712e0a381210b8f22c688c283aa authored over 7 years ago
Fixed mistype in fillField in GettingStarted page (#4364)

c947b10d7d00f35343abf8e8e5f56eeb040cd24f authored over 7 years ago
Merge pull request #4363 from moebrowne/docs/fix-link

Corrected A Link In Data Docs

5020d5a6632292103971175aa76e1959673342ab authored over 7 years ago
Corrected the markdown link to Db module reference

fabd77a2d6b2d5ed87d63b1e4021eb8707978f1d authored over 7 years ago
Minor formating (#4360)

* Minor formating

The `|` letters were rendered as a table

* Minor formating

b425ab021dd73b9389a04f0600492840df73ed45 authored over 7 years ago
Added @prepare annotation to run custom methods before the module (#4343)

* * Added @init annotation to run custom methods before the module
* Refactored Metadata class ...

71d33eab28cb2bdcc1ff837cf27f7243a0a962ed authored over 7 years ago
Updated Acceptance Testing documentation: (#4348)

* Updated Acceptance Testing documentation:

* Cleanup for Selenium/WebDriver/Phantom sections...

66ac471e8b1ff733148a1d08583ef3c185020acb authored over 7 years ago
Explain the naming philosophy (#4265)

* Explain the naming philosophy

I don't know if this is the right place. But there should be ...

dc9712e87143e5eb0c4b6d84bacdf81e72b70fb4 authored over 7 years ago
Changed code example from Cept to Cest (#4259)

* Changed code example from Cept to Cest

* Some changes :-)

Question:
* > One of the comm...

ea367c7df25371a1b14a300b99685c84ebc43c4f authored over 7 years ago
Fixed error (#4329)

Changed from `string` to `int`.
Array syntax as recommended at https://www.phpdoc.org/docs/late...

575a9f8b986ee8dd930b8db10163867492943299 authored over 7 years ago
Enable the "disabled" mode for symfony/phpunit-bridge (#4333)

Deal with disabled mode for symfony/phpunit-bridge in the same way that symfony/phpunit-bridge b...

9df36558b57d664aeac571ef8cef5e975612e7ef authored over 7 years ago
[InnerBrowser] click with context respects base tag (#4330)

* Reproduced issue #4311

* [InnerBrowser] click with context respects base tag

Fixes #4311

e7979344cb3a6c5b4d5ebc9c72aab48ba7a7acd4 authored over 7 years ago
Docblock updates (#4339)

* Fixing error

`getSingleResult()` does not return an array, but a single entity (as object):...

a4510d1dbda1709ef87c59d64986dcaa13fb2740 authored over 7 years ago
Cleaning up doc example for haveHttpHeader (#4347)

b503b898da8ef09eb3236a4c064b49dba4159d9a authored over 7 years ago
Clarified docblock of `seeInField` (#4346)

Please double-check if this is true! And what does `dontSeeInField` do?: `!==` or `does not cont...

f47b1f8e9b54c54261413b25bd4cfd80b2461b3e authored over 7 years ago
Wercker fix (#4344)

* Fix Wercker CI
Removed mysql-server-5.5 package from Wercker build

* replaced mysql-5.5 pa...

a367d05b077b649cc64a39b2a503bd285e63862b authored over 7 years ago
Webdriver method for setting capabilities, starting and closing session (#4337)

* added more environments to web tests

* added _capabilities method for setting desired capab...

65aaa6e557c8c3ed8d07fd162175e4e70c17aa64 authored over 7 years ago
Merge pull request #4342 from Naktibalda/travis-stable-yii-app-basic

[Travis] test stable version of yii-app-basic

e9eb9ab3085d269219f56b0d7d6fbb8f6a8f144d authored over 7 years ago
[Travis] test stable version of yii-app-basic

88c2eaeefd55aac2928e9543665c0f89161e7b9b authored over 7 years ago
fixed typos (#4319)

* replaced traditional syntax array literals with short array syntax

* typos

29635bf268dc70705388adeed85d69fdd3553d1e authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

0f9f79514bf1f042dacfea129d391113723d1315 authored over 7 years ago
Added ChromeDriver-only config to WebDriver setup (#4334)

* Added ChromeDriver-only config to WebDriver setup

* Update WebDriver.php

e5cf5721b7e8164e0f7d2a0938c31729bead536f authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

01e2e72af684f987e0f2c33d0fcebdb6f9e4ae73 authored over 7 years ago
HHVM fix (#4335)

* Added deprecation warning for PhantomJS

* HHVM tests set to use HHVM lts release on Wercker...

674389901df5550583699579fb150e9b9bcd8c53 authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

a1fd59e76fa24a8ae50cacfebaab018971a8dbfc authored over 7 years ago
Some improvements (#4303)

* Some improvements

* Deleted Pros and Cons...

...as announced at https://github.com/Codec...

cdacd45f49f2a2ae920793f9b472144599c97736 authored over 7 years ago
[InnerBrowser] seeLink assertion counter (#4305)

* Added successful assertion counter

fixes #4298

* Update InnerBrowser.php

a32bfc3a6d534ec60b119e01e336edccfecba4ff authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

a36fb1ab4876268272de7c974d202bc9a02098fb authored over 7 years ago
Fixed mistype in 05-UnitTests.md (#4308)

Command spelling fix.

bce1b2dbe601f7dda9714a14588f2ef8fde7ddc5 authored over 7 years ago
[Symfony] updated extractRawRoles()to support Symfony >= 3.3 (#4309)

* Symfony::extractRawRoles() failed on security collector from Symfony >= 3.3.
When extracting ...

65b4f4fd84ba70a38a47675c7f057cb15e1a01ab authored over 7 years ago
Added deprecation warning for PhantomJS

0cf81417a8841d0f9f0fc2a48a0391c9284e4c58 authored over 7 years ago
Overview table for test suites (#4267)

* Overview table for test suites

This is meant to replace the current "Pros" and "Cons" secti...

7c640e7abc17ed942f3487095fa53343b9d31cf0 authored over 7 years ago
Updated 07-AdvancedUsage.md (#4297)

changed `loginCheck` to `tryToCheck` to ensure consistency between the text and the code part

f599e527ec66daa8881c276d6d4dae6f549680d0 authored over 7 years ago
Added AMQP Module option to use only one channel (#4281)

6a9dda61896749ec11ab570c8445906e2e25828c authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

67cd520b4f20cdfc3a52d1a0022924125822a8e6 authored over 7 years ago
version bump, changelog updated

2f92a105eb10a7ce3f5b3977f470df3b93023891 authored over 7 years ago
Update WebDriver:makeScreenshot to accept noname (#4263)

* Update WebDriver:makeScreenshot to accept noname

* Update WebDriver.php

* Update WebDriv...

15b284ab566194fb5e0c57294c92930749d1ac7f authored over 7 years ago
Removed "shim" from "files" in "composer.json" (#4295)

Fixes https://github.com/yiisoft/yii2/issues/14226
Reverts https://github.com/Codeception/Codec...

87db79c6151f04f639041f9f95adc413843c18fc authored over 7 years ago
removed from module hooks documentation (#4294)

5e00c8fc30c1e4c277d70528d88bf56871193752 authored over 7 years ago
Symfony 3.3.0 compatibility (#4291)

* Symfony 3.3.0 compatibilityChanged handling optional values in console options
Fixes #4277

...

1325c66a7e3d2dc002b98e1a05abbf897823c96e authored over 7 years ago
Don’t skip empty strings in headers. (#4290)

fdfb758ccf99f7b1f55a993241dacea6a6715855 authored over 7 years ago
Robofile changes (#4284)

* Install dependencies for PHP 7.0.0 before packaging phar file

* Updated requirements for ph...

60049852e27b59cf40d7dbeaca80c159e544e613 authored over 7 years ago
[WebDriver] Changed wrong regex in example of grabFromCurrentUrl

[WebDriver] Changed wrong regex in example of grabFromCurrentUrl

f25348d29c75ebbcd9fdeb95b22c69fc8097805c authored over 7 years ago
Merge pull request #4285 from Naktibalda/symfony-console-less-than-3.3

Temporary constraint for symfony/console to stop builds breaking

f33b9d6c417bdc141ea85c37392bec3aa7697e4c authored over 7 years ago
Temporary constraint for symfony/console to stop builds breaking

ba67ff61675c91ad76f43ec03979440a06b42faa authored over 7 years ago
[Doctrine2] Updated docblock of grabEntityFromRepository method

`getSingleResult()` does not return an array, but a single entity (as object): http://docs.doctr...

3dd85aadf452f51816ffc27c8cf87631a40e9135 authored over 7 years ago
Merge pull request #4271 from ThomasLandauer/patch-5

Fixing error

de0f2adefec407e2f7674379bb90002af83a3c65 authored over 7 years ago
Merge pull request #4273 from Codeception/fxp-composer-asset-plugin-1.3.1

Use newer version of fxp/composer-asset-plugin

b7487164365ffb1214ff64f5116a27178ed0e7c1 authored over 7 years ago
Use newer version of fxp/composer-asset-plugin

It should fix a failing yii2 build
https://github.com/yiisoft/yii2-app-basic/commit/19b6143f051...

d81f76fa7fa201bba549931f66c551d29699bf3a authored over 7 years ago
Fixing error

params are not optional, but mandatory: https://github.com/Codeception/Codeception/blob/2.3/src/...

161fb26e15d104e56787baaef4a00329e1b2d9a6 authored over 7 years ago
updated docs, added phpuni5-loggers to phar and to composer.json,

1ebec015a322d66952f69954551d513984f02d14 authored over 7 years ago
updated changelog

codestyle fix

fafa6ee817833fd0b0c3c12ca7d8711d30eec765 authored over 7 years ago
Fixes #4247 (#4253)

db1f497dcd1066eee2db9f651167d8172dc7f368 authored over 7 years ago
Db cleanup fix (#4252)

* fixed accidental cleanup in Db module

* fixed formatting

d820a3b5cac7db6858f29de071649ea0de013ad2 authored over 7 years ago
Fixes #4251 (#4254)

da15c807439f42543c553312f5566e3bee151e87 authored over 7 years ago
Fix autoloading with PHPUnit 6 (#4262)

c93669e3abbe9dd9ba0209d39090cf82011852fb authored over 7 years ago
Minor changes (#4249)

* Please double-check!

I got them in `_data`, not in `_output`. But I have Symfony. So if thi...

a7e845b1c74dc3f0ded1cc97e77e872585aa0bbb authored over 7 years ago
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

# Conflicts:
# CHANGELOG-2.3.md
# src/Codeception/Codecept.php

22928623627a08956e54c486e1816844719ecf93 authored over 7 years ago
updated changelog for 2.3.1, version bump

73e674bd1bf5b340f1b901c29704495053ce97c3 authored over 7 years ago
updated version

d4d76d18ea0ec8d504995995ae68fccac24523db authored over 7 years ago
updated guides to include init templates, added reference InitTemplate

5c32eed852efb44b1b5e6b294096f2816d506496 authored over 7 years ago
Added link to Db Module (#4241)

* Added link to Db Module

* Removed the animated slideshow image

It's really annoying and ...

fff194552150558a27749b3349dbe89063d8e5b1 authored over 7 years ago
Fixed Composer constraints. Added `phpunit/phpunit < 7` as dependency. (#4246)

* Fixed Composer constraints. Added `phpunit/phpunit < 7` as dependency.
Updated build scripts ...

8a851a497bfa6011e98bdc25ce838cbe5740f991 authored over 7 years ago
Merge branch '2.2'

# Conflicts:
# src/Codeception/Module/Db.php

b54eaf4007484f36145c1dc8c64da1874adbc340 authored over 7 years ago
updated documentation

42e44f0693c3d6fc3f2f2cba349687ab4b489308 authored over 7 years ago
Detailed installation instructions (#4236)

* Detailed installation instructions

Taken from https://github.com/Codeception/Codeception/pu...

624340ecbc36f6f7df0a0edace1c547fd1dc11b0 authored over 7 years ago
Minor language improvement (#4233)

Please help (I'm starting to work on https://github.com/Codeception/Codeception/issues/4231 ): ...

17c0a4d2da0cddb53a47a73a5c3a4cf0a8f653e2 authored over 7 years ago
code formatting fixes, updated readme to track 2.3 branch builds

754015a84e6a8d96d3e77a24f1a99f2141a0cacc authored over 7 years ago
Removed PHPUnit test generator (#4234)

* Removed generate:phpunit command to avoid PHPUnit version conflicts

* updated commands and ...

886db26387185dd48399cb7dcffdffe664029e05 authored over 7 years ago
Merge branch 'master' of github.com:Codeception/Codeception

6a37b9bb69535540669db80cfcc40ea0372c95f6 authored over 7 years ago
Merge branch '2.2'

65df9cd98b82429f80b6dda060f67721c253aa07 authored over 7 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

c3003da1369b556c9f99ee517de56b10429ec449 authored over 7 years ago
Deleted example for *public* dataprovider function (#4232)

See https://github.com/Codeception/Codeception/pull/4225#issuecomment-302549188

BTW: Is http:...

6470c893f6c2383ebc477dcc2306fce9551be2fd authored over 7 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

508da6d53bd30256a6f1ad3a77e6411e153267ba authored over 7 years ago
[REST] Don't fail dontSee*JsonPath assertions when response is scalar value (#4239)

Closes #4237

b3a0f8d35ae5e4be6c07e9adf3524339033c598f authored over 7 years ago
updated changelog, docs, version bump, release process changed

fb7dbf6cb6d77617d0c939e49f43db37a3449051 authored over 7 years ago
db dump populator (#4230)

* Add ability to load the dump using a tool/command

The db module now accepts a `dumptool` co...

c767b53906990c426859ca4509237de1dc91ea20 authored over 7 years ago
Installation Templates (#4216)

* refactored trait

* refactored filesystem trait

* created acceptance init template
creat...

45bddb6fd8d97dbb45cc9c1ef21eaf318ebe1a7a authored over 7 years ago
updated changelog

2fe33fe3bc868af856fc755c4397b561172d27be authored over 7 years ago
Merge branch '2.2'

19337a9a2b139d4150b6df9e6d43aea3a8f4ba35 authored over 7 years ago
Add in Doctrine module the possibility to grab Doctrine entities (#4030)

* Add in Doctrine module the possibility to grab Doctrine entities instead of just field values
...

5772d454190ef9cdf3e67b05c6711c69dde92700 authored over 7 years ago
[PhpBrowser] Fixed redirecting to schemaless url (#4218)

d4b7a6056714376b7a6cccfe04950dc6601730b0 authored over 7 years ago
[REST] seeResponseContainsJson doesn't crash when json response is not array (#4217)

* [PhpBrowserRestTest] converted arrays to short syntax

* [REST] seeResponseContainsJson don'...

6249dd3c82696f124a12969b50222f1c18c3d94e authored over 7 years ago
Redis module default configuration must be more foolproof. (#4229)

* Minor (language) corrections (#4224)

* Make redis module configuration more foolproof.

9e80744a593ba55c2933870951fa3ac857a71149 authored over 7 years ago
Merge branch '2.2'

b8a17f4d7206e8446e8b2b85274c09846633af39 authored over 7 years ago
Update 07-AdvancedUsage.md (#4219)

6808d28c0b6652663ab032abd0e20c7bf8245783 authored over 7 years ago
DotReporter and dynamic loading of extensions (#4222)

* Added --ext option to enable extensions dynamically
Added DotReporter extension
Removed Simp...

5388345d3a6ab582fc815f5ea4e1ee7d2a2adb1e authored over 7 years ago
Don't skip other tests after failed test (#4226)

Fixed condition which is checking if error happened in before
Closes #4223

e593587636aaf1c98d26220c2e22c248cbd5001f authored over 7 years ago