Update dependency codeception/codeception to v5 #32
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:
5.1.0
->5.1.2
Release Notes
Codeception/Codeception (codeception/codeception)
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
Note: PHPUnit 11 does not support excluding files from code coverage report
v5.0.13
Compare Source
v5.0.12
Compare Source
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)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 was generated by Mend Renovate. View the repository job log.