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

Minor improvements (#4225)

* Minor improvements

* Minor improvements

* Minor improvements

* Minor improvements

...

892af0651c74e348ab2f925b6d4de768ad226b27 authored over 7 years ago
[WIP] Suites config flexibility (#4214)

* Allow to set a custom path to suite
Allow to have tests without actors

* updated generator...

e45a77988697fad17bac9eae286780b301c72bb4 authored over 7 years ago
Minor (language) corrections (#4224)

3120975cacd9a06641138a45ffe30b2225e0c156 authored over 7 years ago
Merge branch '2.2'

3161ec2015d89a94f82030258d0f35bd60e015b0 authored over 7 years ago
version bump, docs updated

f8522cd0b196591a0e2cc23e4c92af51af733fb9 authored almost 8 years ago
updated changelog, version bump, docs generated

a8681b416921ae282ccca2c485d75a3ed6756080 authored almost 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

4be0e77be0afd499c1d5279ef71d11a625c6922c authored almost 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

659cd51343107727b22cc87185c18bc0462fd36a authored almost 8 years ago
Release 2.2.11 (#4205)

* Updated docs for findClickable

* * updated changelog
* lowered PHPUnit support back to 5.x...

4fb54e5497557ad07a272208c2345f2f5bfffdb4 authored almost 8 years ago
fix haveFakeRepository in the doctrine module (#4212)

* fix haveFakeRepository in the doctrine module

* add support for doctrine versions before 2.4.0

0b13d5fab53f2e4033e6db12342e8ec10b6ca2f7 authored almost 8 years ago
Restoring headers for multiple session (#4210)

* fixes #4157

* fixes #4203

28035de9a061561eec7a53ce2cbc1e7ad46127ec authored almost 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

2f5b7bae80a2739c2a73d294196ac712f092a1aa authored almost 8 years ago
fixes #4157 (#4206)

53c29accd8f6a2288b65c04fffe00bed98d9e8a7 authored almost 8 years ago
fix #4207 unload fixtures when `cleanup == true` (#4208)

* fix #4207 unload fixtures when `cleanup == true`

* typo

fd05434419dcf8ca204f2f40e26a8eb584567f92 authored almost 8 years ago
fixes #4157

cdf20f0f3a84f6f7beb71f4b6f288d609eae503b authored almost 8 years ago
about _fixtures (#4127)

* about _fixtures

#4106 #4108

* Update Yii2.php

* cleaning

e7913427c9edc4026687a75a465913353fdb097b authored almost 8 years ago
FIX log path override (#4143)

* FIX log path override
php vendor\codeception\codeception\codecept run -vvv --override="paths:...

bee544544234b57e7138f7b8a2997a4f5afa4ec7 authored almost 8 years ago
make WebDriver:findClickable() public, so that it can be used in Helpers (#4168)

* make WebDriver:findClickable() public, so that it can be used in Helpers

* add some doc to ...

65f9569b5406b3e47af7f935617d6325b69950ee authored almost 8 years ago
FIX broken HTML report (#4175)

* FIX broken HTML report

* FIX tests

8d6d2f483e0be7b2d19b4602a8d84247b1770c06 authored almost 8 years ago
Webdriver Reconfigure (#4184)

* [WebDriver] Restart browser on _reconfigure

Fixed #1192

* [WebDriver] Close browser afte...

d5136fa23def9a91ae0026bf6748636662b563b0 authored almost 8 years ago
Allow to set only host (#4172)

* Allow to set only host

If you have enabled pretty url and try to set only host in url
```
...

8bb570f99b6005099910be38027cbdf26ee61738 authored almost 8 years ago
[WebDriver] seeLink compares relative links correctly (#4182)

* [WebDriver] seeLink compares relative links correctly

Fixes #4107

* [WebDriver] removed ...

7505f5772cf84d864901e0dc7c9ade250a00638c authored almost 8 years ago
Safe prefix aliases for buildAssociationQuery() (#4195)

Consider the following

$I->seeInRepository(
'OrderItem',
array(
...

d84b7d18bddeb361b52e3d5dcc58b61f94c21a2b authored almost 8 years ago
Don't run test if exception was thrown in _before of a module (#4197)

* Created tests for execution when exception is thrown in _before of module

* Don't run test ...

d24aa1e4f66d5165ece1efe0f7c44ba044d5e34a authored almost 8 years ago
Allows use `InitDbFixture` feature (#4201)

* Allows use `InitDbFixture` feature

* Fixes code style

ac1ae2688890b14c8c3b47450afbcbf946834c6c authored almost 8 years ago
added sort by test name on configuration load (#4180) (#4185)

cbd767a8f9a29c377fbb0ab70c8f72b1873dac49 authored almost 8 years ago
Allow to make requests end with slash (#4190)

73d5e6db2c1eb72ba0f2ce6107e5ea8d0e8d4966 authored almost 8 years ago
add missing YII2 lifecycle events (#4187)

71d674e894ff407edf2ba2dad8559ab6ba87573f authored almost 8 years ago
Update 07-AdvancedUsage.md (#4189)

@dataProvider Annotation is not parsed in CamelCase for CEST´s
needs to be lowercase @dataprovider

8235e47e6c0e4f2908815b2900468266022630a2 authored almost 8 years ago
Enabled Gherkin syntax highlighting in documentation (#4198)

34312f483eca45b0dfcab5f1b8c804e1f5df97be authored almost 8 years ago
Merge pull request #4186 from retnek/mongo-parsing-dbname

[MongoDB] fixed parsing of hostname from DSN

f49300cb51813f762c4233a5bfc362b37f442c7f authored almost 8 years ago
change grabCollectionCount in the test case

c06d715a28ce42d6d4b6a175e02fd07dea6c7f47 authored almost 8 years ago
fix mongodb parse from dsn

e85442bec0de3203915b620aadf01045bb3ce2f8 authored almost 8 years ago
Merge pull request #4183 from Naktibalda/zf2-dont-run-doctrine-tests-on-php-5.6-plus

[Travis] Run ZF2 Doctrine tests on PHP 5.4 and 5.5 only

2d97e0ab0372cb87bfef1a1485db8dc102c436cb authored almost 8 years ago
[Travis] Run ZF2 Doctrine tests on PHP 5.4 and 5.5 only

01130f800729e3a968af79d049c78d26eb56c59e authored almost 8 years ago
improve mongo legacy check (#4178)

* improve mongo legacy check

* fix wrong result of mongofill library

caf94a8b1003c13be766edc97c5fa9033d805bbb authored almost 8 years ago
fix wrong result of mongofill library

a849e6f54b2203dac7543d503a31e88bbd757a89 authored almost 8 years ago
improve mongo legacy check

c2547dd99cc9d5d5058ef40e51a57c54becf0487 authored almost 8 years ago
Add grabPageSource method to `Codeception\Lib\Interfaces\Web`

Added `Codeception\Lib\Interfaces\Web::grabPageSource()` method. Implemented the method in `Code...

5e056c7df7843bda91f5857dc30cbc8e18aedcbf authored almost 8 years ago
Add DELETE method to supported form data request methods in Guzzle6::extractFormData (#4170)

Codeception\Lib\Connector\Guzzle6::extractFormData did not support DELETE form data, this commit...

0896e041d96e9b127944294f19455c887915e3ee authored almost 8 years ago
[Recorder] Replace non-alphanumeric characters with underscores

764e8b8662c9d52bfd0a50f205a37a1b720599ee authored almost 8 years ago
[REST] Documented different ways to upload files

* Adds doc about different manners to POST files

This has been [noted in SO](http://stackover...

15cd8ce910055f5a9eb6877c26380803015441e5 authored almost 8 years ago
Support for PHPUnit 6

* Modify version constraints to allow the installation of PHPUnit 6.

* Add aliases for PHPUni...

503f1fe4f54b131c0617cba076b7b945b97a02c2 authored almost 8 years ago
Fixed $scenario->current('name') (#4154)

* Fixed scenario->current('name')

Fixes #4144 and #3626

* Fixed indentation

117e4c103ff216988db2de131cb9ace953ee64f4 authored almost 8 years ago
[AMQP] Documented parameters of declareQueue, declareExchange and bin… (#4156)

* [AMQP] Documented parameters of declareQueue, declareExchange and bindQueueToExchange

Also ...

4e297aba0f06d0d32fc19534176d5d6929f6af9a authored almost 8 years ago
Removed environment check from Yii 2.0 module (#4138)

8092098de7e628561253ffee8cbf8c5578387cf1 authored almost 8 years ago
Fixed output of failed step (#4135)

* Fixed output of failed step

* Fixed test on Windows

00ef880e9327c6c13a3a14da66bd65e847a2bd83 authored almost 8 years ago
[WebDriver] fixed friend leave method

Clearing base element on closing session

f987835d61faeeb33ee481a51999186eee22f932 authored almost 8 years ago
Merge pull request #4131 from pavelkovar/oci_driver_fix

Oci::cleanup() should be able to drop objects with case sensitive name

dc60638a32aafbbce8b3f296347ff86d463b9e3e authored almost 8 years ago
Make symfony bootstrap.php.cache optional for php version > 7 (#4081)

See: https://github.com/Codeception/Codeception/issues/3829

85c0ea8aad7b428caeb1fc79a2e32e2bf6c3ed9f authored almost 8 years ago
Improved docs for acceptance testing. (#4128)

* Improved docs for acceptance testing.

* Added ChromeDriver mention to WebDriver docs
* Add...

c17370c06f599872c51773bd68453bd13bf7cf97 authored almost 8 years ago
gherkin:snippets generates stub function name for non-english features (#4132)

3955bf10c9ebe682947fc887d7a217aa24bc4553 authored almost 8 years ago
Merge pull request #4126 from MarioPerezEsteso/patch-1

Remove empty bullet in reference/commands.md

978f12c463694fd45a95b6ec941949daed4dad25 authored almost 8 years ago
Possible fix to Wercker CI (#4129)

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

* replaced mysql-5.5 pa...

ece88ff41fa8a7a621ba96eb795d4fd2899aff2d authored almost 8 years ago
Steps with PyString and with inline string argument considered the same (#4125)

* Steps with PyString and inline argument considered the same

* Cleanup/forgotten debug outpu...

4398c4c3346111b1bb902d33e48cb6858f951c19 authored almost 8 years ago
Update Oci::cleanup method to be able to remove objects with case sensitive identifiers.

d61311f9dd21206b88f0208e338bfccf1f99ca61 authored almost 8 years ago
Remove empty bullet in reference/commands.md

4b3e3b7b56b32df1e8413b260189ebc446ed9082 authored almost 8 years ago
[Db] loadDump reports sql statement which caused error (#4120)

* [Db] loadDump reports sql statement which caused error

This functionality was accidently br...

c82a621783835ec783b96e379e641bed04169786 authored almost 8 years ago
support dataProvider - fix case (#4092)

5a254bdf587198bfbb2a80c59d88bb50f3337cd5 authored almost 8 years ago
same style (#4109)

ff9a5a963274798a8e7aac87a4a4f1c114560fac authored almost 8 years ago
[Webdriver] fixed attachFile messages when the file does not exist (#4096)

* [WebDriver] attachFile shows the path when the file does not exist

* [InnerBrowser] attachF...

7cda739edb564e6228242553df836b1cb07c4cff authored almost 8 years ago
Merge pull request #4119 from Naktibalda/zend-expressive-no-php-5.5

Don't run Zend Expressive tests on PHP 5.5

c0246737aaf985772d183e26fb00f72276e5b510 authored almost 8 years ago
Don't run Zend Expressive tests on PHP 5.5

73e03a28773bd9c830b120df8419ce67f8b33ce9 authored almost 8 years ago
Add delta parameter to assertEquals() assertNotEquals() methods (#4105)

090a297963ee97c5935ba802f8c6c454e33636f5 authored almost 8 years ago
edits to first paragraph to make it easier to read & understand (#4117)

8234c3643f0b2b58784d1885dcbc4fe1747ee966 authored almost 8 years ago
Merge pull request #4114 from tasselchof/2.2

Removed session_write_close() from ZF2 module (#4112)

eca7f894a2e73437313c2b26904b3f8977073bb2 authored almost 8 years ago
Removed session_write_close() from ZF2 module (#4112)

772b0749d4473351de9db0a5a358158ed25bb1c7 authored almost 8 years ago
Fixed textual representation of cant steps (#4097)

b98996ede3da9009207bbc621bd21611d24b9e26 authored almost 8 years ago
Enable Phalcon for PHP 7.1 (#4111)

* Enable Phalcon for PHP 7.1

* Removed extra env var from .travis.yml

db511e1cff837718d4c14ddfa1ab636d6abe1c80 authored almost 8 years ago
Port some functions to Lumen from Laravel5 (#4089)

Port container methods of Laravel5 module to Lumen module

8faccd344f2fe88bc8e247ecb6e6157f16679020 authored almost 8 years ago
Merge pull request #4083 from mathieuimbert/bugfix/update-silex-module-doc

$app['exception_handler']->disable() fails

f428466d75cbcf60264c6f4b455d9210bf6a2338 authored almost 8 years ago
Merge pull request #4086 from Naktibalda/zend-expressive-2.0

[ZendExpressive] Support Zend Expressive 2.0

12463a381e79d204f2e06e8a511f7e6cca12c61d authored almost 8 years ago
[Bootstrap] Ignore files in _support/_generated directory (#4090)

1966ccf790b127f3a57fcc1c67f830a0baf9e9fe authored almost 8 years ago
[ZendExpressive] Support Zend Expressive 2.0

Migration to Zend Expressive 2.0 creates 2 new config files that must be included explicitly

2875693388b82a5e38d929d384c91601c92641f0 authored almost 8 years ago
Merge pull request #4085 from kt81/fix-lumen-facade

changed timing of clearing facade cache

559d63ec2181404f3a3cb6aa3c7002005ed748a5 authored almost 8 years ago
changed timing of clearing facade cache

441e75b61d17105cea429a852f810519b468a7c0 authored almost 8 years ago
$app['exception_handler']->disable() fails.

The recommended way to disable the exception handler in Silex 1.3 and Silex 2.0 docs is:

unset(...

24e5e099750485eba317bcc3c0249a89ccca2cd6 authored almost 8 years ago
Run suite by its path: codecept run tests/unit (#4079)

c32a3f92834db08ceedb4666ea2265c3aa43396e authored almost 8 years ago
codestyle fix

24d2a4f3c8af265b149eca5a30ce5497e43a317b authored almost 8 years ago
updated changelog and corresponding docs

15a8533dc6717f2c115f62b81d7db43ca6377a94 authored almost 8 years ago
Fixed calling flush on null (#4074)

3679c28ebefec5e19fb1cd5c788903832ef23cac authored almost 8 years ago
Auto-Inject into Test\Unit (#4070)

* allow to inject actor classes and other objects from DI into the Test\Unit via inject
depreca...

eb1d3d70fc2d2a6cc28e45b6d42162f9a6b4f30a authored almost 8 years ago
Application handler functionality (#4068)

3cdb3830575de41b35c019c9b532544aecc16b57 authored almost 8 years ago
Allow generate suites with uppercase names. Fixes #4072 (#4077)

dbb86629415734a5bb96079c4791bb8c1b893415 authored almost 8 years ago
[WebDriver] Fixed compatibility with facebook/webdriver 1.4.0 (#4076)

* Fixed broken test before making more changes

* [WebDriver] Fixed compatibility with faceboo...

bbcb4ecf685fbb9a843effdc01f94f6694a63f37 authored almost 8 years ago
Command Cleanup (#4065)

* cleaned up commands: $input->getOption('config') no longer providees a config file, it is load...

1a0d968a746544239decd194946db0b940f95562 authored almost 8 years ago
Fixed Issue/4059 (#4071)

* [Db] Run the last statement in file even if it doesn't end with delimiter

Fixes #4059

* ...

eeeae3737786f738f72467dadf374f9448f9e152 authored almost 8 years ago
Fixed action sequence to include multiple actions (#4066)

* Fixed action sequence to include multiple actions of same name. Fixes #4044

* action sequen...

59257fc854b5cff3fc7e3ba381c326e24ea02224 authored almost 8 years ago
Merge pull request #4060 from Naktibalda/merge-2.2-to-master

Merge 2.2 to master

9a0de2d68a2036ec223d3cd7d9057958f18300b6 authored almost 8 years ago
Fix bug with docblock causing incorrect parameter error in IDE (#4064)

b3856b9724de1d8b860934a405fd982b49636d3f authored almost 8 years ago
Included suite tests fixes (#4063)

* fixed running tests with included suites mixed with local suites
build command updated to sup...

91ed58969eb93613c2e9fac977bccea3803a4439 authored almost 8 years ago
Merge branch '2.2' of github.com:Codeception/Codeception into 2.2

# Conflicts:
# CHANGELOG.md

2c746b012992bd0b7aedbdbbf7da2cf160906423 authored almost 8 years ago
Merge branch '2.2' into merge-2.2-to-master

889745e57726fd7cf2246d223c89c916a226b403 authored almost 8 years ago
Fixed issue #3653 (#4055)

* Reproduced issue #3653

* Execute Codeception\PHPUnit\Listener last to make sure that other ...

32dd8235b24d85a6a3c7f2403f27c695c3a5935f authored almost 8 years ago
[WebDriver] Dismiss popup if seeInPopup failed (#4058)

Fixes #2927

6ab3b6cf0bef5c7f8270b6d83f1974192e729296 authored almost 8 years ago
Split CHANGELOG to per-branch files (#4051)

370bbdc46c39a4f39ee95bb8cdfbfe46874e6a60 authored almost 8 years ago
enable incomplete/skipped/risky/warning for logger (#3890)

* enable incomplete/skipped/risky/warning for logger

- enable "logIncompleteSkipped" for JUni...

91a30f0ec4d15ea7964519e9bfb8e8e107f11d73 authored almost 8 years ago
Fix coverage cookie check, mentioned in #2923 (#4020)

77a1e8f733ed935c86feed62119428ca90f6a5a1 authored almost 8 years ago
make Finder be more efficient in GroupManager::loadGroupsByPattern (#4025)

91dbe4f29093f1432997a42be0a4d15eb1d330a1 authored almost 8 years ago
Added console completion for commands (#4006) (#4014)

* Added console completion for commands (#4006)

* Fixed newline nitpick (#4006)

* Option t...

bd3006ee15220a8a54bbfdf6ca6299aa0e7e0387 authored almost 8 years ago