-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency codeceptjs to v3.7.2 #1097
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/codeceptjs-3.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,226
−1,816
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da4e4f1
to
90d342f
Compare
dec56e8
90d342f
to
dec56e8
Compare
1a7c657
dec56e8
to
1a7c657
Compare
53adbaa
1a7c657
to
53adbaa
Compare
e87ce23
53adbaa
to
e87ce23
Compare
241279d
e87ce23
to
241279d
Compare
241279d
to
850021d
Compare
c4d0fcb
to
6038953
Compare
379b02c
6038953
to
379b02c
Compare
0f6210f
379b02c
to
0f6210f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
ns:probate
prd:probate
rel:probate-caveats-fe-pr-1097
0 participants
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.6.7
->3.7.2
Release Notes
Codeception/codeceptjs (codeceptjs)
v3.7.2
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
📖 Documentation
v3.7.1
Compare Source
reading charAt
error inasyncWrapper.js
v3.7.0
Compare Source
This release introduces major new features and internal refactoring. It is an important step toward the 4.0 release planned soon, which will remove all deprecations introduced in 3.7.
🛩️ Features
🔥 Native Element Functions
A new Els API for direct element interactions has been introduced. This API provides low-level element manipulation functions for more granular control over element interactions and assertions:
element()
- perform custom operations on first matching elementeachElement()
- iterate and perform operations on each matching elementexpectElement()
- assert condition on first matching elementexpectAnyElement()
- assert condition matches at least one elementexpectAllElements()
- assert condition matches all elementsExample using all element functions:
Els functions expose the native API of Playwright, WebDriver, and Puppeteer helpers. The actual
el
API will differ depending on which helper is used, which affects test code interoperability.🔮 Effects introduced
Effects is a new concept that encompasses all functions that can modify scenario flow. These functions are now part of a single module. Previously, they were used via plugins like
tryTo
andretryTo
. Now, it is recommended to import them directly:Previously
tryTo
andretryTo
were available globally via plugins. This behavior is deprecated as of 3.7 and will be removed in 4.0. Import these functions via effects instead. Similarly,within
will be moved toeffects
in 4.0.✅
check
command addedThis command can be executed locally or in CI environments to verify that tests can be executed correctly.
It checks:
And will attempt to open and close a browser if a corresponding helper is enabled. If something goes wrong, the command will fail with a message. Run
npx codeceptjs check
on CI before actual tests to ensure everything is set up correctly and all services and browsers are accessible.For GitHub Actions, add this command:
steps:
v3.6.10
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🐛 Bug Fixes
fix(cli): missing failure counts when there is failedHooks (#4633) - by @kobenguyent
v3.6.9
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🐛 Hot Fixes
fix: could not run tests due to missing
invisi-data
lib - by @kobenguyentv3.6.8
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
Locator.build
complains the empty locator (#4543) - by @kobenguyentI.seeEmailAttachment
treats parameter as regular expression (#4629) - by @ngraf📖 Documentation
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.