cypress-each
cypress-each copied to clipboard
chore(deps): update dependency cypress-expect to v3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
cypress-expect | 2.5.3 -> 3.1.3 |
Release Notes
bahmutov/cypress-expect (cypress-expect)
v3.1.3
Bug Fixes
- deps: update dependency debug to v4.3.7 (0336e62)
v3.1.2
Bug Fixes
- deps: update dependency debug to v4.3.6 (7ed629b)
v3.1.1
Bug Fixes
- deps: update dependency debug to v4.3.5 (ea47792)
v3.1.0
Features
- empty expected spec support (ae2c3eb)
v3.0.0
Features
BREAKING CHANGES
- the "expected" JSON file now includes the spec file structure
before
{
"1 passing 1 failing": {
"passes": "passed",
"fails": "fail"
}
}
after
The file should include the structure matching the specs. For example, if the above test was from cypress/failing/spec.js
file:
{
"cypress": {
"failing": {
"spec.js": {
"1 passing 1 failing": {
"passes": "passed",
"fails": "fail"
}
}
}
}
}
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.