Ecosyste.ms: OpenCollective

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

Codeception

Full-stack testing framework for PHP. Run browsers tests, framework tests, APIs tests, unit tests with ease!
Collective - Host: opensource - https://opencollective.com/codeception - Website: http://t.co/5iV1drgS - Code: https://github.com/Codeception

Merge pull request #844 from ThomasLandauer/patch-8

Update quickstart.html

github.com/Codeception/codeception.github.com - 38cd38506e34b73de29dd83da9472e12847d1c9a authored 10 months ago by Ihor Sychevskyi <[email protected]>
Merge pull request #843 from ThomasLandauer/patch-7

Update install.html

github.com/Codeception/codeception.github.com - 4ddf26059d2ae155a3e754a688a4b9a6f60c781a authored 10 months ago by Ihor Sychevskyi <[email protected]>
Merge pull request #842 from ThomasLandauer/patch-6

Update and rename video.html to videos.html

github.com/Codeception/codeception.github.com - 794150cb31ee9e975856b2f173f3745bcf70fee5 authored 10 months ago by Ihor Sychevskyi <[email protected]>
Github Actions: run tests on PHP 8.1

github.com/Codeception/module-laminas - 00d6cf8ae6a10ef52b3569febf1d6277d7b3b8e1 authored 10 months ago by Gintautas Miselis <[email protected]>
Reimplement coverage:exclude option for PHPUnit 11 (#6739)

* Reimplement coverage:exclude for PHPUnit 11

* CodeCoverage: Fix excluding of files when whi...

github.com/Codeception/Codeception - dfe90fa4d160402f22e3c4be07e97c7e5759bfe5 authored 10 months ago by Gintautas Miselis <[email protected]>
Changed dev dependency to module-doctrine

github.com/Codeception/module-laminas - 82663ccf82463ad742fe4f5696b17b385b282252 authored 10 months ago by Gintautas Miselis <[email protected]>
Merge pull request #26 from ThomasLandauer/patch-1

Update Laminas.php: Renaming Doctrine2 -> Doctrine

github.com/Codeception/module-laminas - 97ad5c7cadd5f63fe251a7f113572e7a85a5a3cf authored 10 months ago by Gintautas Miselis <[email protected]>
Merge pull request #6741 from W0rma/doctrine-module

Replace Doctrine2 with Doctrine module

github.com/Codeception/Codeception - 86121cfc907d0727fe11475228ad4ba6238a3576 authored 10 months ago by Gintautas Miselis <[email protected]>
Replace Doctrine2 with Doctrine module

github.com/Codeception/Codeception - 81f9f802df02eaf7b7b6a8d0f95bc7e2ca3eeaa9 authored 11 months ago by W0rma <[email protected]>
Discontinuation note

github.com/Codeception/module-doctrine2 - 4eff11b548299362746bbf9ca8c957bd7e2bf040 authored 11 months ago by Aaron Gustavo Nieves <[email protected]>
Merge pull request #841 from ThomasLandauer/patch-4

Removing "Releases" from navigation bar

github.com/Codeception/codeception.github.com - d568389e632765e54b5b3f9b71fea90207208ee6 authored 11 months ago by Ihor Sychevskyi <[email protected]>
Merge pull request #839 from ThomasLandauer/patch-3

Renaming "Uses cases" to "Frameworks"

github.com/Codeception/codeception.github.com - 2faed2354073cbc7ad80e82de2a69b0aedf25b73 authored 11 months ago by Ihor Sychevskyi <[email protected]>
Update Laminas.php: Renaming Doctrine2 -> Doctrine

github.com/Codeception/module-laminas - 9715091b8b075c863690712b86a1ad221c283627 authored 11 months ago by Thomas Landauer <[email protected]>
Minor changes in the readme file

github.com/Codeception/module-doctrine - 465ef7d4021d694612bfe788150b7d5131c6f87c authored 11 months ago by Aaron Gustavo Nieves <[email protected]>
The module module-doctrine2 is renamed to module-doctrine (#28)

github.com/Codeception/module-doctrine - b7499b6b19f75de7375c0aa224b7af311ad812ce authored 11 months ago by Aaron Gustavo Nieves <[email protected]>
Support doctrine/orm v3 + doctrine/dbal v4 (#26)

* Allow doctrine/orm v3
* Replace ramsey/uuid-doctrine with symfony/doctrine-bridge and symfony...

github.com/Codeception/module-doctrine - ef1bfbf2362cd069494cfc829e5897116d511c14 authored 11 months ago by Aaron Gustavo Nieves <[email protected]>
Improved output of Bootstrap command

github.com/Codeception/Codeception - 79794a47801fe6aceaedb4e2e3d62c04f8732991 authored 11 months ago by Thomas Landauer <[email protected]>
[Docs] Update the names of test suites in description of Bootstrap command

Minor

github.com/Codeception/Codeception - 96a18c64e65eb4bf04038a2e19fd036003b0bb94 authored 11 months ago by Thomas Landauer <[email protected]>
Merge pull request #838 from ThomasLandauer/patch-2

Update _config.yml

github.com/Codeception/codeception.github.com - 83caeef2c65773f8b8cba113b5ccfff96e8e7b0b authored 11 months ago by Ihor Sychevskyi <[email protected]>
Updated WebDriver exception handling (#121)

WebDriverCurlException was moved to Internal namespace and deprecated in php-webdriver/webdriver...

github.com/Codeception/module-webdriver - 68bd12857f2b3321d3114c3c87c9ad9345b3bd5e authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #120 from Codeception/phpunit11

Support PHPUnit 11

github.com/Codeception/module-webdriver - 5cda4032b2281b5deafff680f8a77adfe07cd7da authored 11 months ago by Gintautas Miselis <[email protected]>
Support PHPUnit 11

github.com/Codeception/module-webdriver - 18874c9513ea5c14f2397391629eb23dddd91529 authored 11 months ago by Gintautas Miselis <[email protected]>
Use actions/checkout@v4 in Github Actions

github.com/Codeception/module-webdriver - 5524ba6d42645707a01419f2d046dc0ffd289adc authored 11 months ago by Gintautas Miselis <[email protected]>
Update configuration for Selenium Server v4 (#114)

See https://www.selenium.dev/documentation/webdriver/getting_started/upgrade_to_selenium_4/

github.com/Codeception/module-webdriver - 5fe30e14462f9b67883067d00306daf58e540c31 authored 11 months ago by Marco van 't Wout <[email protected]>
Merge pull request #837 from ThomasLandauer/patch-1

Update README.md

github.com/Codeception/codeception.github.com - a25ae49851d7524c040fe31facbd32fbc38856fe authored 11 months ago by Ihor Sychevskyi <[email protected]>
Merge pull request #113 from marcovtwout/patch-1

disable-gpu argument no longer needed

github.com/Codeception/module-webdriver - 01d2e746925b96acf0c4e694f17ceeaa96cc300e authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #119 from craig-mcmahon/fix-type-error-in-see-links

Fix type error when using `seeLink`

github.com/Codeception/module-webdriver - bb857bd5086f27452aeee791ebbfb25c655a2bc5 authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #117 from ThomasLandauer/patch-1

Removing self-closing slashes

github.com/Codeception/module-webdriver - a2c6ec56152fd725ac32ca6a335bdc001314d96f authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #116 from mbrodala/patch-1

Fix namespace mismatch of ActionSequence

github.com/Codeception/module-webdriver - f7701397dfc1edaa252aa2dbd33c9b249e62689b authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #76 from W0rma/php82

Test against PHP 8.2 + 8.3

github.com/Codeception/module-doctrine - 3a5efcaf70fd53512e6ee3cf9e9ad3297c11d3d9 authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #76 from W0rma/php82

Test against PHP 8.2 + 8.3

github.com/Codeception/module-doctrine2 - 3a5efcaf70fd53512e6ee3cf9e9ad3297c11d3d9 authored 11 months ago by Gintautas Miselis <[email protected]>
Update quickstart.html

github.com/Codeception/codeception.github.com - 157a8d7401dea5fb2abcbe83ac2c72fa24f92fc9 authored 11 months ago by Thomas Landauer <[email protected]>
Update quickstart.html

github.com/Codeception/codeception.github.com - 76b31f1d32e91b20643b36454eb3e238b51ccfe0 authored 11 months ago by Thomas Landauer <[email protected]>
Update install.html

Fixing language and shortening a bit

github.com/Codeception/codeception.github.com - 7b2b98c27246ea1280210fae03a815f7af6dc6e0 authored 11 months ago by Thomas Landauer <[email protected]>
Update and rename video.html to videos.html

Couldn't find where the entry in the "docs" navigation bar pulldown is created - I hope that's d...

github.com/Codeception/codeception.github.com - c510a78e3209c8c4147001a02efd21dce2563e3c authored 11 months ago by Thomas Landauer <[email protected]>
Removing "Releases" from navigation bar

I think this is way too prominent.
The page mainly is an overview of what GitHub gives you anyw...

github.com/Codeception/codeception.github.com - 35041c2359cbb4d8027d360dea80c3f19e46853e authored 11 months ago by Thomas Landauer <[email protected]>
Renaming "Uses cases" to "Frameworks"

github.com/Codeception/codeception.github.com - f1c802985f84a599bf7fb20969244abf5cb56c7e authored 11 months ago by Thomas Landauer <[email protected]>
Update _config.yml

It's already 1.5 years old...

github.com/Codeception/codeception.github.com - 6a448a52376fd62958766d082087f35af56cac52 authored 11 months ago by Thomas Landauer <[email protected]>
Merge pull request #836 from baev/patch-1

Update Allure official website

github.com/Codeception/codeception.github.com - db3f4c38fe2a54acd30043f3be65c298e54e991c authored 11 months ago by Ihor Sychevskyi <[email protected]>
Merge pull request #20 from Codeception/phpunit11

Support PHPUnit 11

github.com/Codeception/AssertThrows - e87f75390fccc90037b9411268432fbb69b3f7e9 authored 11 months ago by Gintautas Miselis <[email protected]>
Support PHPUnit 11

github.com/Codeception/AssertThrows - a462caafaf505d57b44a11e8929302c890161110 authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #4 from Codeception/remove-phpunit-dependency

Remove dependency on PHPUnit

github.com/Codeception/lib-xml - ba49213e60807e3612513f404a5c93aec63f4c72 authored 11 months ago by Gintautas Miselis <[email protected]>
Remove dependency on PHPUnit

PHPUnit is indirect dependency
ElementNotFound declared in lib-web extends PHPUnit\Framework\Ass...

github.com/Codeception/lib-xml - 8751819d87599edd974b9b74cbbca939b306bcb5 authored 11 months ago by Gintautas Miselis <[email protected]>
Merge pull request #11 from Codeception/phpunit11

Support PHPUnit 11

github.com/Codeception/lib-web - 01ff7f9ed8760ba0b0805a0b3a843b4e74165a60 authored 11 months ago by Gintautas Miselis <[email protected]>