Update dependency codeception/codeception to v5 #619
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1
->^5.0
Release Notes
Codeception/Codeception (codeception/codeception)
v5.0.11
Compare Source
What's Changed
New Contributors
Full Changelog: Codeception/Codeception@5.0.10...5.0.11
v5.0.10
Compare Source
v5.0.9
Compare Source
v5.0.8
Compare Source
v5.0.7
Compare Source
$I->wantTo()
no longer changes test title at runtime #6622step_decorators
in config files generated bybootstrap
#6624Conditional
,Retry
andtryTo
decorators in acceptance suite generated bybootstrap
#6624v5.0.6
Compare Source
canSee
assertions in Unit format #6610tryTo
methods must return boolean result #6614@skip
and@incomplete
annotations and attributes in Cest format #6617__mocked
field to mocks created by Stub library #6620v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
TypeError
when @coversNothing annotation is used by Slamdunk (#6582)codecept init unit
createstests/Support
directory (#6578)self-update
command by @voku (#6563)v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
5.0.0
Blog post
Summary of all differences from Codeception 4
Added
--shard
,--grep
,--filter
optionsreports_useless_tests
setting is enabledpause
functions/methodscodecept_pause
function and$this->pause()
in unit tests (#6387)path_coverage
- enables path and branch coveragestrict_covers_annotation
- marks test as risky if it has@covers
annotation but executes some other codeignore_deprecated_code
- doesn't collect code coverage for code having@deprecated
annotationdisable_code_coverage_ignore
- ignores@codeCoverageIgnore
,@codeCoverageIgnoreStart
and@codeCoverageIgnoreEnd
annotationsfail-fast
optionChanged
codecept console
codecept_debug
after
andfailed
hooks are executed in reverse orderRemoved
JSON
andTAP
report formatsgenerate:cept
command (Cept
format itself is deprecated)log_incomplete_skipped
paths.log
(replaced bypaths.output
)class_name
(replaced byactor
)actor
(replaced byactor_prefix
)Configuration::logDir
method (replaced byConfiguration::outputDir
in 2.0)Supported versions
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
convert_deprecations_to_exceptions
(#6469)v4.1.31
Compare Source
v4.1.30
Compare Source
v4.1.29
Compare Source
v4.1.28
Compare Source
v4.1.27
Compare Source
v4.1.26
Compare Source
v4.1.25
Compare Source
v4.1.24
Compare Source
In this example, tests listed in
slow.txt
will be executed from backend/tests and frontend/tests:v4.1.23
Compare Source
codecept init api
adds AsJson decorators to suite configuration (See https://github.com/Codeception/module-rest/releases/tag/1.4.1)v4.1.22
: Security fixCompare Source
v4.1.21
Compare Source
dry-run
compatibility with symfony/console 5.3v4.1.20
Compare Source
v4.1.19
Compare Source
v4.1.18
Compare Source
v4.1.17
Compare Source
codecept run suite
when suite name matches directory (bug introduced in 4.1.16)codecept run tests
is equivalent tocodecept run
codecept run :filter
works without specifying suite #6105codecept run tests:filter
works toov4.1.16
Compare Source
v4.1.15
Compare Source
v4.1.14
Compare Source
v4.1.13
Compare Source
v4.1.12
Compare Source
v4.1.11
: bugfix releaseCompare Source
v4.1.9
: PHP 8Compare Source
v4.1.8
Compare Source
v4.1.7
: Compatibility with PHPUnit 9.3Compare Source
v4.1.6
: Compatibility with PHPUnit 9.2Compare Source
v4.1.5
Compare Source
v4.1.4
: Another build return type bugfixCompare Source
v4.1.3
: Build command: return type hint improvementsCompare Source
v4.1.2
: BugfixesCompare Source
v4.1.1
: Minor improvementsCompare Source
v4.1.0
: Support PHPUnit 9.0Compare Source
v4.0.3
: Fixed command autocompletionCompare Source
v4.0.2
Compare Source
v4.0.1
: Bugfix releaseCompare Source
v4.0.0
: First release without modulesCompare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.