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

Merge pull request #2413 from oehlschl/2.1

humanize WebDriverBy step arguments

14a7ed3984805208fc282a30b38666974dd9ed84 authored over 9 years ago
humanize WebDriverBy step arguments

4b97e749815fd20f1bccf0c0152958e0e7cb841f authored over 9 years ago
Merge pull request #2414 from Codeception/fix-select-fields

Refactored grabValueFrom and seeInFields

cec92af0a9b7eac7d26b9d6f5e1164f9b89595b0 authored over 9 years ago
Merge pull request #2406 from Naktibalda/zf-cleanup

ZF1, ZF2: call parent::_after in _after to cleanup after each test

fae35fb5b2a7fcfc4ce707c1088526f83abaed1b authored over 9 years ago
Merge branch '2.1' into fix-select-fields

db9fc93c0c0a31e4181042e88b01f5333455e5da authored over 9 years ago
Updated fxp/composer-asset-plugin version

fbc8a70ba183a9a6b349871cd8d362303c5b821a authored over 9 years ago
merged with 2.1

9265fb1362b9b40d3282260886c5184ba49a7698 authored over 9 years ago
refactored grabValueFrom and seeInFields. Fixes #2378

ae8d2b6ba3f2b721fcbdc97c57e3ec64bdcb4a5a authored over 9 years ago
Merge pull request #2403 from Naktibalda/switch-to-iframe

Implemented switchToIframe method for InnerBrowser

4ee596129d5d41dc69b0ddf13c162a86037b3b7f authored over 9 years ago
empty current value should not throw exception. Fix #2375

916f072bb6d52dd0402e14e3973a30a4ca456eca authored over 9 years ago
deprecated Dbh module

30363c8d023abd09ffd25e52dddab54bec345ba8 authored over 9 years ago
merged with 2.1

c9e3874ac09dc65a7a8db174d9adf44dff5696ea authored over 9 years ago
Merge pull request #2391 from Codeception/feature-json-type

Implemented comparison for json structure by types

03b868ca130f03fd7287f0c7f00878d4698900a5 authored over 9 years ago
Used amOnPage in switchToIframe to eliminate any possible differences

6e52f11a41bfc7371a64e1abfb24bd5664f52f47 authored over 9 years ago
fixes JsonType tests

317aa81a842947a217f5a9ba7eab70c318a12ef2 authored over 9 years ago
small fix to changelog

9a883e145444b9e39ae6f1e3847be3d05e604784 authored over 9 years ago
Merge branch '2.1' of github.com:Codeception/Codeception into 2.1

6ec16f98192b326138f0cb2998002496eb803e9c authored over 9 years ago
Merge pull request #2379 from tiger-seo/2.1

fix redirect when base url has path

16303b7228825fa1627ca3aa440b8d4eb0c7bcf1 authored over 9 years ago
added test for environments in subfolders

d7fb0806c3e2d19dde91f4a89c6c8a98f4e9830e authored over 9 years ago
SwitchToIframe: assign result to this->crawler

c77c5ea55bcd8504c47518832bc3a3972176cecb authored over 9 years ago
Moved testSwitchToIframe to TestsForWeb

a8cae885c55d736d8fc3fb27c3dd0ec6822b8478 authored over 9 years ago
Merge pull request #2388 from Zifius/feature/env-subfolders

Environment subfolders support

8081f107b07b217a2f267761ce32132c10437491 authored over 9 years ago
fix redirect when base url has additional path

5e7014b721257a10725ed33d49415605a3d856cc authored over 9 years ago
implemented comparison for json structure by types

JsonArray should not be modified

JsonArrayTest should not be modified

updated changelog

added...

f01d95f49cdcb5fa50ef7886fea8ffa051529567 authored over 9 years ago
Reset internal domains before suite, because each suite can have a different configuration

825a3ff0800c16b844178ec5d33dcff319760e99 authored over 9 years ago
Use anchors for exact domain matching

6c72775779fead8b94856a20c33e8bc62e32359f authored over 9 years ago
ZF1, ZF2: call parent::_after in _after to cleanup after each test

caa3a3736fbd9d9a7313c4252a35e9480fb11fa9 authored over 9 years ago
Merge branch 'feature-get-internal-domains' into zf2-domain-routing

df6cd4c1ffdca1211f23056e07fb2857a5a4b5bd authored over 9 years ago
Merge branch '2.1' of https://github.com/Codeception/Codeception into feature-get-internal-domains

24e569f125c0d4816535598a5d9fc8d02ab6e3a4 authored over 9 years ago
Implemented getInternalDomains for ZF2

aed8585507ac70d4e459fe5ed3af7a0946fee375 authored over 9 years ago
ZF1, ZF2: call parent::_after in _after to cleanup after each test

f3ef301ba9fbd32412130fabe4d72b8f40edbb4a authored over 9 years ago
Merge branch '2.1' of https://github.com/Codeception/Codeception into zf2-domain-routing

a820658700f476b61ad2af9b59bd11af140fb6b2 authored over 9 years ago
Merge pull request #2404 from sergeyklay/2.1

Used latest Phalcon

4f3a94899e2a9ff09e120f15af60feccef4ba062 authored over 9 years ago
Used latest Phalcon

0b9e5f2a22aad4709eb7f80fea3c16b789e45854 authored over 9 years ago
Merge branch 'feature-get-internal-domains' of https://github.com/Codeception/Codeception into feature-get-internal-domains

24f70ba1a0dd1116463f7750a769c6d806f05518 authored over 9 years ago
Moved getInternalDomains to Codeception\Lib\Framework, deleted SupportsDomainRouting interface

e73bd29ff08f4dfe1caa3152110c61a73bb8c461 authored over 9 years ago
Debug all HTTP requests

9d0ae8f2d221a51d28e65337c95ec69e94ddc8b2 authored over 9 years ago
Implemented switchToIframe method

77469d7f1d8dcca4c8a7458f3eee125ce4adf636 authored over 9 years ago
Merge pull request #2395 from Naktibalda/external-urls

Interface SupportsDomainRouting is for modules, not for connectors

0b984a2e275e0866b84f51deea011ad4a07283de authored over 9 years ago
Moved getInternalDomains to Codeception\Lib\Framework, deleted SupportsDomainRouting interface

ebe4efc0fa2f8837c93a3a5d3735a775d033ecdc authored over 9 years ago
Added missing use statements

d6cc0cdb73207456717973bee6d78cdea60b4be2 authored over 9 years ago
Merge pull request #2394 from Naktibalda/zf2-route-methods

[ZF2] Added amOnRoute and seeCurrentRouteIs methods to ZF2 module

b95f54cc565b563c9d9b71e36e5b95d3fa1ca8a6 authored over 9 years ago
Added empty getInternalDomains to all modules implementing SupportsDomainRouting

502f9eba93edad4e8c4defcde4f034dd47ae78f9 authored over 9 years ago
Added SupportsDomainRouting interface to Silex module

ef9da50624b3e4b420c526485428c71c5cb52efa authored over 9 years ago
Added SupportsDomainRouting interface to Silex module

618e4e05fe7726c986860026045a3128ad094a4d authored over 9 years ago
Interface SupportsDomainRouting is for modules, not for connectors

833f4945b1d55767f601d555c55e1299907c8fb6 authored over 9 years ago
Interface SupportsDomainRouting is for modules, not for connectors

61bc9cb0eb1adcf6081dcd1afb009706746520d9 authored over 9 years ago
[ZF2] Added amOnRoute and seeCurrentRouteIs methods to ZF2 module

c32f3c34963bceb0a0c08d90542a0d47899c0021 authored over 9 years ago
Merge pull request #2371 from Naktibalda/external-urls

Throw exception when framework module tries to open an external URL

dbcc2b21509b18cb2e0664403f1142c7645a7662 authored over 9 years ago
Added interface SupportsDomainRouting to all framework modules except those that only support localhost #2371

06e74dcd06e2b0628f026de036a4e1ed26342c1c authored over 9 years ago
Improved environment lists output

6abee293a236079e55373e0688863f0949edf185 authored over 9 years ago
Refactored to get rid of regex and extra loop

b9a4cb67cc09adff7827cbcb15f7ecf78ce9cfad authored over 9 years ago
Merge pull request #2384 from Naktibalda/guzzle6-location-header

[Guzzle6] Set Location header to string instead of Uri

635bdda1bd11d1d7c7ce682b0589a8132713c3bf authored over 9 years ago
Fixed environment subfolders support

72e50e14982699e6aea53012f902c7d6446eeaae authored over 9 years ago
[Guzzle6] Set Location header to string instead of Uri

f3f353b11e9e5cd133d37ddb2f0d9f470301a4b4 authored over 9 years ago
Changed visibility of clientClick() to protected

328182a2edfc14b8f2235f714ca7678728008456 authored over 9 years ago
Merge pull request #2381 from Zifius/feature/env-subfolders

Allow subfolders for environments grouping

d1e2d567788bd3d2d97e0f7f6352faa21356d262 authored over 9 years ago
Merge pull request #2382 from Naktibalda/zf1-route-methods

Added amOnRoute and seeCurrentRouteIs methods to ZF1 module

ff70c56d203e02eee3287658d4a3659cb3104612 authored over 9 years ago
Added amOnRoute and seeCurrentRouteIs methods to ZF1 module

128dac638f904a89a2eb2ccc0e5f48d794f4c91d authored over 9 years ago
Allow subfolders for environments grouping

c829c7d7aa19943f7728f3ecca3ebbacf0d9f62d authored over 9 years ago
Throw exception when framework module tries to open an external URL #2328

8c168c4df8a353c09ab94b1106324334cc134614 authored over 9 years ago
Intercept click() for debugging

f3e1f9f3830b44b02a18e1a9d3ea857822592fee authored over 9 years ago
Merge pull request #2361 from Naktibalda/inner-browser-raw-body

Set request body to url-encoded parameter list

e7981b45b99077d57ca2cbe923052a31b0e56a15 authored over 9 years ago
Merge pull request #2363 from raistlin/issue_652

Symfony2: Fail when profile is not set.

093c09509f1661be53b16b4ef0fce56502ceba8e authored over 9 years ago
Merge pull request #2360 from raistlin/issue_2171

Issue 2171

87a9672deb8e7dcd44c8a677045078564515128b authored over 9 years ago
Merge pull request #2354 from MasonM/fix-array-to-string-errors

Fix "Array to string conversion" errors

4eb7ccf2f1369998fc3bfdeed896ac4e76f7148a authored over 9 years ago
Merge pull request #2350 from JakobReiter/patch-1

Allow other HTTP_HOSTs then localhost

d3bd9cd6ab027766437416aee48f31880824dd29 authored over 9 years ago
Fixed CHANGELOG.md

a74b54b7508164884be60e94d88afe892736a4db authored over 9 years ago
Symfony2: Fail when profile is not set.

In Symfony2, when a method that need the profiler is called, it will fail instead of crashing.

...

d7a1fe50c2e0fd829df5c9b7aed636aa514ff382 authored over 9 years ago
Fix issue with trailing slashes. Closes #2324

e7729becfc54e0c739ee4d7882294817ea34091d authored over 9 years ago
Set request body to url-encoded parameter list for non-get requests in Framework modules (Guzzle does it itself) #2342

58e8532a8ff058b59e3387433b5829439bb104f2 authored over 9 years ago
Merge pull request #2359 from JarJak/patch-3

Fixed PhpDoc in Symfony2 Connector

f04b29fef940d298fede72a74326568a9224bd61 authored over 9 years ago
Update Symfony2.php

fixed phpdoc

b9ce5cc2329e32521a8aefe26e7635b4567be924 authored over 9 years ago
Merge pull request #2357 from Naktibalda/page-object-docs

Corrected Page object constructor signature

d55817c2e6d421b14d5b431e416f916e0160761c authored over 9 years ago
Corrected Page object constructor signature

d8640f4e80855099fc01c2c15889a3c422734c39 authored over 9 years ago
Added some examples on issue #2171

da8b1b7c1e4ea3ce64bec3eaaa489dbf3d16dd1c authored over 9 years ago
Fixes #2171

Added two new methods to Symfony2 module
- amOnRoute
- seeCurrentRouteIs

e6d0dff5361876473e9c27c801c5cb56c487f9a3 authored over 9 years ago
Fix "Array to string conversion" errors

The "fail" method of both Codeception\PHPUnit\Constraint\WebDriver and WebDriverNot takes in a
$...

c411e7192cf3f33f4528315bc01c382fcc9a3c2e authored over 9 years ago
environment improvements, deprecation notifications were extended to show warnings

4c48dcc0dfeced5fdd76265efb9373707318ed3e authored over 9 years ago
environment improvements, deprecation notifications were extended to show warnings

cee0110ac15ddb145697ae0ff5870aa9d29589ea authored over 9 years ago
Merge pull request #2274 from splinter89/patch-2

Preload tests before checking environments; fixes #2032

e5caad3e6e471074c49a36d4067b48cebb2c52ba authored over 9 years ago
Merge branch '2.1' of github.com:Codeception/Codeception into 2.1

701c0beef02234fb7a2e3e964685e39c9c8e1a3b authored over 9 years ago
Fixed bootstrap with namespaces to inject namespaced actor classes properly.

0f20278465bcd9ce5736854285c484d3446b48b3 authored over 9 years ago
Merge pull request #2347 from JarJak/patch-2

Update 07-AdvancedUsage.md

4fd4839c0a3343893b5f7d357c97afaacfa13a76 authored over 9 years ago
added `_request` method to perform complex requests

f75a3febf5aba621068850380204ae114d72a500 authored over 9 years ago
Merge pull request #2346 from JarJak/patch-1

Update 06-ReusingTestCode.md

c52a7384a7f6013f1edfb6d0ad7f192e715f4624 authored over 9 years ago
Allow other HTTP_HOST

It was not possible to change the host from localhost to something else.
I now use the URL conf...

6496936dcf694423758e43b1c2cb6b4e6cfec1ed authored over 9 years ago
Remove branch alias

c6de370363667baccfec132a1b152c4e70038793 authored over 9 years ago
Update 07-AdvancedUsage.md

it was confusing for me

613f8debcc2b911c2870ac1ef573f1e0c25c9df9 authored over 9 years ago
Update 06-ReusingTestCode.md

variable $el is not initialized

b9c7c7855eebe6a286884aa10fb4c846ecfc7751 authored over 9 years ago
Merge pull request #2329 from Naktibalda/redirects

[InnerBrowser] Debug redirects

af15dbcbd695abafde2e5f9fa96972a4e255560e authored over 9 years ago
Respect redirect limit set by BrowserKit Client

df4110d95ff566b430ed07df9d598ed559afcab5 authored over 9 years ago
class name can be passed to readPrivateProperty

725bd879828429726c5fa6f3586ec13ecd46eb4b authored over 9 years ago
Respect followRedirects setting

81a16b1762be5b601b03f493911ea4e63a57d1f7 authored over 9 years ago
Implemented Codeception\Util\PropertyAccess::readPrivateProperty

016ab9bb5281bdea498e171af963eb4c5db42522 authored over 9 years ago
Merge pull request #2343 from sandinosaso/patch-1

Typo change in example

cbf0ca09da7e469bd0ee9857ab3690773c134dfa authored over 9 years ago
Typo change in example

Typo used deprecated function instead of actul grabDataFromResponseByJsonPath

3e026d3ed35cdf6396724ef7438e62827cd54e94 authored over 9 years ago
Merge pull request #2340 from Naktibalda/zf1-clear-super-globals

ZF1: Clear $_POST and $_GET after each request

b1ca945f02a7b12864eaabc03e3489cb7dcee81c authored over 9 years ago
ZF1: Clear $_POST and $_GET after each request

ad40174f2d764e16dd4235f82d6f9ac9fab2892f authored over 9 years ago
Test followRedirects(false)

cfaddf2c0462663751921cdc048ea176147b9ad0 authored over 9 years ago