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

Don't override test feature at runtime

github.com/Codeception/Codeception - 0f9141b7ba84d8733336454fa7a33dfeb93baca4 authored about 2 years ago
Tests for old behaviour of wantTo

github.com/Codeception/Codeception - 92af1b4f5a704785ab53339c9c5930d11575998f authored about 2 years ago
Merge pull request #704 from Codeception/fix-phar-downloads

Fix phar download accordion

github.com/Codeception/codeception.github.com - 0ffcbfa6c0b6413d6948ade37b89f167828a3c45 authored about 2 years ago
Fix phar download accordion

href attributes are required for opening/closing tabs.

Second tab must be closed by default

github.com/Codeception/codeception.github.com - 991c5b42c26cf54ac2a54ff81ce7f6fc5a6de5f7 authored about 2 years ago
Update @codingStandards annotations

github.com/Codeception/Codeception - bd7f60a43e2cce37e8ef09221231b9e5eb532f6a authored about 2 years ago
Disable phpcs checks in generated action files

Disabling in the first 2 lines is much more efficient
because it avoids tokenization of entire file

github.com/Codeception/Codeception - 9c32b4983bfc63bc97d0d7816d6141e2c6283942 authored about 2 years ago
Merge pull request #703 from Codeception/codeception5-phar-download

Add Codeception 5 phar file to installation page

github.com/Codeception/codeception.github.com - fbda443fddb2778e0df1af43e117d9696b1a6759 authored about 2 years ago
Update readme with supported versions.

github.com/Codeception/module-laravel - 54a839e4acfc372f39db0d0d2af1b88a6d9b4cf4 authored about 2 years ago
Add Codeception 5 phar file to installation page

github.com/Codeception/codeception.github.com - 49f8d1bd17b21f6330d64cb8663b2c14e4dfebfb authored about 2 years ago
Real Codeception 5.0.6 phar build

github.com/Codeception/codeception.github.com - 0df192f1ad1c39bbb63288bbab2e2e208fa901d8 authored about 2 years ago
Phar build for Codeception 5.0.6

github.com/Codeception/codeception.github.com - 34261dc448cf5a32c296e4d78d534bb85ee22262 authored about 2 years ago
Merge pull request #6620 from Codeception/stop-using-__mocked-field-in-stub

Stop using __mocked field in objects created by Stub library

github.com/Codeception/Codeception - c437596afdf1c6ec47a52ad3009f3b32d9f8ebce authored about 2 years ago
Stop using __mocked field in objects created by Stub library

github.com/Codeception/Codeception - eca91d575940ddd76da116934e92c350925d5b44 authored about 2 years ago
Merge pull request #40 from Codeception/improved-php8.2-support

Don't add dynamic property __mocked to mocked object

github.com/Codeception/Stub - 58751aed08a68ae960a952fd3fe74ee9a56cdb1b authored about 2 years ago
Added id on logout link

- it will be used in tests

github.com/Codeception/laravel-module-tests - 644e23eae2560bedebc5a9fbb08b1b6fbb93b26a authored about 2 years ago
Added assertions in EventCest.php

github.com/Codeception/laravel-module-tests - aa79366df3d6c30b9826eee55376e9672b000602 authored about 2 years ago
Added seertions in RouteCest.php

github.com/Codeception/laravel-module-tests - 0a43c42ae75eae1b72b1414d8eda0a304bd5fd84 authored about 2 years ago
Added logout test logic

github.com/Codeception/laravel-module-tests - 6e97b4ffd30a52feef6af2bec9672ad02776beb7 authored about 2 years ago
Don't add dynamic property __mocked to mocked object

Because setting dynamic properties is deprecated since PHP 8.2

github.com/Codeception/Stub - ab3a874f60015b7783c374bbddbfe14f4b83e996 authored about 2 years ago
Run tests on PHP 8.2

github.com/Codeception/Stub - 69868e13cbb8f9b6bdf95df961284ffbc043dce0 authored about 2 years ago
Remove unnecessary configuration from codeception.yml

github.com/Codeception/Codeception - a6e6dab694fa8724dc962cb5ebf404f185f88b23 authored about 2 years ago
Delete skipped tests from ModuleContainerTest

github.com/Codeception/Codeception - 37227794bdac6ae23fe15133e0c8c7b2197791c9 authored about 2 years ago
Declare tester property in Unit test classes

github.com/Codeception/Codeception - b5668e541beb7d4714d340dded3e4987be40a588 authored about 2 years ago
Fixed deprecated string syntax in Run command

Fix deprecated messages when running tests:
Deprecated: Using ${var} in strings is deprecated, ...

github.com/Codeception/Codeception - ab7a6ea1777e5b2a3973ebfe35626555e48e3556 authored about 2 years ago
Merge pull request #6617 from Codeception/fix-skip-issues

Fix skip issues

github.com/Codeception/Codeception - f59570c09a7dc2a37c9537351a7422e6cbbbac5a authored about 2 years ago
Accessibility fix accordion (#700)

github.com/Codeception/codeception.github.com - c4119aae6886b63724d4b27803f5c81d16b23854 authored about 2 years ago
Max execution time for suite in final report xml and max execution time of all html reports for report.html

github.com/Codeception/robo-paracept - d91d2bf55da2a05bb6373bb7e728d2f2716e8c52 authored about 2 years ago
Tests for skip annotation and attribute

github.com/Codeception/Codeception - 8da59322002243d4fa2f14ebecb914ae792da8da authored about 2 years ago
Fix bugs of skip annotation and attribute

See #6615

github.com/Codeception/Codeception - 7f62fe1c64b86e606a9900b44aad9c11049d479b authored about 2 years ago
Using Makefile and Docker for a better Test Feeling

github.com/Codeception/robo-paracept - 626c2da39172de9cfb44306f773171cda08d581c authored about 2 years ago
Merge branch 'master' of github.com:Codeception/robo-paracept

github.com/Codeception/robo-paracept - 9f42bcd14aab8adc37c9a52098368220bf4cc5ff authored about 2 years ago
Revert "Skip path coverage test"

github.com/Codeception/Codeception - 971626193fba9d3a6fad4cf532dfd8bec3dcdf53 authored about 2 years ago
Merge pull request #6614 from Codeception/try-to-methods-always-return-bool

tryTo methods must always return Boolean result

github.com/Codeception/Codeception - 7bee9384ff944cf80825a482d9174eee5ea87b9a authored about 2 years ago
Merge pull request #6610 from Codeception/fix-can-see-in-unit-format

Fix conditional assertions in Unit format

github.com/Codeception/Codeception - 7139bcaa35ddba2300dc8659ab80ffa3c8eb48ea authored about 2 years ago
Accessibility fix accordion (#696)

github.com/Codeception/codeception.github.com - dd9cfe55c81654dcce33e022e8745953019f19a4 authored about 2 years ago
tryTo methods must always return Boolean result

Fixes #6559

github.com/Codeception/Codeception - 63aaaa4a4dafdfde972849761733b121b8f63019 authored about 2 years ago
Fix conditional assertions in Unit format

github.com/Codeception/Codeception - 18c54162ea356c626a2c57fdb18a500a58ddc185 authored about 2 years ago
CI: Install lowest dependencies on PHP 8.0 only

github.com/Codeception/Codeception - 3f4991df28131b6e0a7076c5dd02f8176f9aebbc authored about 2 years ago
Fix code style of previous commit

github.com/Codeception/Codeception - 102a034a41c8370d9e09616266263b0266e4259f authored about 2 years ago
Skip path coverage test

github.com/Codeception/Codeception - 8f44e2694397a0f3e73cad5defc04ed85a5c406f authored about 2 years ago
Run tests on PHP 8.2

github.com/Codeception/module-db - 0ff358215efef8513869d407bb3bb850187975a3 authored about 2 years ago
add Dockerfiles and docker-compose for local testing

* add Dockerfiles and docker-compose for local testing

* fix: env defaults

* fix: populator re...

github.com/Codeception/module-db - 1f659bdfdb0654a94a051e904867016f531b2a23 authored about 2 years ago
Remove unnecessary and incorrect @return annotation

github.com/Codeception/module-db - 298150cb18d4191f41ee2d5e956a2171a8e40015 authored about 2 years ago
Add grabEntryFromDatabase and grabEntriesFromDatabase methods

* feat: mysql helper to grab entire rows

* fix: use semantic assertions

* feat: grabEntryFromD...

github.com/Codeception/module-db - 72b6313f9a8cf601d4cda2af5564bc6cc74646e9 authored about 2 years ago
feat: support auto increment on a composite pk

github.com/Codeception/module-db - 24a5e95a7f01db9f36787f42ef27fb04d4d61606 authored about 2 years ago
feat: use rows value to delete inserted row if primary key is filled

github.com/Codeception/module-db - 9b4b881cbf899236b337c4efd705b76a84813ed3 authored about 2 years ago
update docs links (#688)

github.com/Codeception/codeception.github.com - 2a3fbec32b8dfbc2d1993998afa7d996a449d967 authored about 2 years ago
update links (#75)

github.com/Codeception/module-yii2 - 7b30e551936f414d1438e75222d7000e38222dd5 authored about 2 years ago
Merge pull request #90 from Codeception/improve-types

Improve types and code style

github.com/Codeception/module-rest - 39a4a9f5ae5b51c6006b448862d6f31545333daa authored about 2 years ago
Test header configuration (#17)

github.com/Codeception/laravel-module-tests - eeab3281df3c909e23f15867ece317fd14acbf3b authored about 2 years ago
Phar file for Codeception 5.0.5

github.com/Codeception/codeception.github.com - 6b945b65084fedb98a86b5012124af9d85f61c27 authored about 2 years ago
Merge pull request #6605 from Codeception/allow-shuffling-tests-with-shard-option

Don't disable test shuffling when --shard option is used

github.com/Codeception/Codeception - 36faaf8208d0a1116c5b65149cc544303c3c4def authored about 2 years ago